Home
last modified time | relevance | path

Searched refs:TP_STATUS_USER (Results 1 – 16 of 16) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_tpacket.c192 return ((hdr->tp_status & TP_STATUS_USER) == TP_STATUS_USER); in __v1_rx_kernel_ready()
203 return ((hdr->tp_status & TP_STATUS_USER) == TP_STATUS_USER); in __v2_rx_kernel_ready()
553 if ((pbd->h1.block_status & TP_STATUS_USER) == 0) { in __v3_test_block_header()
620 while ((pbd->h1.block_status & TP_STATUS_USER) == 0) in walk_v3_rx()
Dpsock_fanout.c227 while (count < RING_NUM_FRAMES && header->tp_status & TP_STATUS_USER) { in sock_fanout_read_ring()
/external/android-clat/
Dring.c120 if (tp->tp_status & TP_STATUS_USER) { in ring_read()
/external/iproute2/include/uapi/linux/
Dif_packet.h107 #define TP_STATUS_USER (1 << 0) macro
/external/kernel-headers/original/uapi/linux/
Dif_packet.h108 #define TP_STATUS_USER (1 << 0) macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go2079 TP_STATUS_USER = 0x1 const
Dzerrors_linux_ppc64.go2137 TP_STATUS_USER = 0x1 const
Dzerrors_linux_arm.go2083 TP_STATUS_USER = 0x1 const
Dzerrors_linux_mips64.go2079 TP_STATUS_USER = 0x1 const
Dzerrors_linux_ppc64le.go2137 TP_STATUS_USER = 0x1 const
Dzerrors_linux_arm64.go2068 TP_STATUS_USER = 0x1 const
Dzerrors_linux_386.go2076 TP_STATUS_USER = 0x1 const
Dzerrors_linux_mips.go2079 TP_STATUS_USER = 0x1 const
Dzerrors_linux_s390x.go2137 TP_STATUS_USER = 0x1 const
Dzerrors_linux_mipsle.go2079 TP_STATUS_USER = 0x1 const
Dzerrors_linux_amd64.go2077 TP_STATUS_USER = 0x1 const