HomeSort by relevance Sort by last modified time
    Searched refs:TPACKET2_HDRLEN (Results 1 - 7 of 7) sorted by null

  /external/android-clat/
ring.h 30 #define TP_FRAME_SIZE (TPACKET_ALIGN(MAXMTU) + TPACKET_ALIGN(TPACKET2_HDRLEN) + 16)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_packet.h 216 #define TPACKET2_HDRLEN (TPACKET_ALIGN(sizeof(struct tpacket2_hdr)) + sizeof(struct sockaddr_ll))
  /bionic/libc/kernel/uapi/linux/
if_packet.h 188 #define TPACKET2_HDRLEN (TPACKET_ALIGN(sizeof(struct tpacket2_hdr)) + sizeof(struct sockaddr_ll))
  /external/iproute2/include/uapi/linux/
if_packet.h 247 #define TPACKET2_HDRLEN (TPACKET_ALIGN(sizeof(struct tpacket2_hdr)) + sizeof(struct sockaddr_ll))
  /external/kernel-headers/original/uapi/linux/
if_packet.h 247 #define TPACKET2_HDRLEN (TPACKET_ALIGN(sizeof(struct tpacket2_hdr)) + sizeof(struct sockaddr_ll))
  /external/linux-kselftest/tools/testing/selftests/net/
psock_tpacket.c 456 memcpy((uint8_t *) ppd.raw + TPACKET2_HDRLEN -
  /external/libpcap/
pcap-linux.c 200 # ifdef TPACKET2_HDRLEN
202 # else /* TPACKET2_HDRLEN */
204 # endif /* TPACKET2_HDRLEN */
    [all...]

Completed in 99 milliseconds