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

  /external/ltp/testcases/kernel/syscalls/setsockopt/
setsockopt02.c 58 # define TPACKET_V3 2
87 int ver = TPACKET_V3;
101 tst_brk(TCONF | TTERRNO, "TPACKET_V3 not supported");
103 tst_brk(TBROK | TTERRNO, "setsockopt(sk, SOL_PACKET, PACKET_VERSION, TPACKET_V3)");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_packet.h 222 TPACKET_V3
  /external/linux-kselftest/tools/testing/selftests/net/
psock_tpacket.c 4 * Chetan Loke <loke.chetan@gmail.com> (TPACKET_V3 usage example)
6 * A basic test of packet socket's TPACKET_V1/TPACKET_V2/TPACKET_V3 behavior.
21 * - TPACKET_V3: RX_RING
334 case TPACKET_V3:
351 case TPACKET_V3:
377 case TPACKET_V3:
461 case TPACKET_V3: {
701 case TPACKET_V3:
810 [TPACKET_V3] = "TPACKET_V3",
    [all...]
  /bionic/libc/kernel/uapi/linux/
if_packet.h 193 TPACKET_V3
  /external/iproute2/include/uapi/linux/
if_packet.h 253 TPACKET_V3
  /external/kernel-headers/original/uapi/linux/
if_packet.h 253 TPACKET_V3
  /external/libpcap/
pcap-linux.c 29 * Added TPACKET_V3 support
324 unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block if NULL. */
325 int packets_left; /* Unhandled packets left within the block from previous call to pcap_read_linux_mmap_v3 in case of TPACKET_V3. */
    [all...]

Completed in 560 milliseconds