Home
last modified time | relevance | path

Searched refs:TPACKET_V2 (Results 1 – 20 of 20) sorted by relevance

/external/strace/xlat/
Daf_packet_versions.h13 #if defined(TPACKET_V2) || (defined(HAVE_DECL_TPACKET_V2) && HAVE_DECL_TPACKET_V2)
15 static_assert((TPACKET_V2) == (1), "TPACKET_V2 != 1");
18 # define TPACKET_V2 1
39 XLAT(TPACKET_V2),
Daf_packet_versions.in2 TPACKET_V2 1
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_tpacket.c217 case TPACKET_V2: in __v1_v2_rx_kernel_ready()
231 case TPACKET_V2: in __v1_v2_rx_user_ready()
267 case TPACKET_V2: in walk_v1_v2_rx()
334 case TPACKET_V2: in __tx_kernel_ready()
350 case TPACKET_V2: in __tx_user_ready()
377 case TPACKET_V2: in get_next_frame()
405 if (ring->version <= TPACKET_V2) in walk_tx()
454 case TPACKET_V2: in walk_tx()
695 case TPACKET_V2: in setup_ring()
811 [TPACKET_V2] = "TPACKET_V2",
[all …]
Dpsock_fanout.c199 int val = TPACKET_V2; in sock_fanout_open_ring()
/external/android-clat/
Dring.c39 int ver = TPACKET_V2; in ring_create()
/external/linux-kselftest/android/patches/
D0005-psock-tpacket-version-check.patch60 ret |= test_tpacket(TPACKET_V2, PACKET_TX_RING);
/external/kernel-headers/original/uapi/linux/
Dif_packet.h253 TPACKET_V2, enumerator
/external/iproute2/include/uapi/linux/
Dif_packet.h252 TPACKET_V2, enumerator
/external/libpcap/
Dpcap-linux.c4027 case TPACKET_V2:
4189 ret = init_tpacket(handle, TPACKET_V2, "TPACKET_V2");
4295 case TPACKET_V2:
4787 case TPACKET_V2:
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1377 TPACKET_V2 = 0x1 const
Dztypes_linux_386.go1351 TPACKET_V2 = 0x1 const
Dztypes_linux_mips.go1345 TPACKET_V2 = 0x1 const
Dztypes_linux_amd64.go1371 TPACKET_V2 = 0x1 const
Dztypes_linux_ppc64.go1360 TPACKET_V2 = 0x1 const
Dztypes_linux_mips64.go1352 TPACKET_V2 = 0x1 const
Dztypes_linux_mipsle.go1345 TPACKET_V2 = 0x1 const
Dztypes_linux_arm.go1340 TPACKET_V2 = 0x1 const
Dztypes_linux_arm64.go1350 TPACKET_V2 = 0x1 const
Dztypes_linux_mips64le.go1352 TPACKET_V2 = 0x1 const
Dztypes_linux_ppc64le.go1360 TPACKET_V2 = 0x1 const