Home
last modified time | relevance | path

Searched refs:TP_STATUS_SEND_REQUEST (Results 1 – 14 of 14) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_tpacket.c298 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v1_tx_kernel_ready()
303 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v1_tx_user_ready()
309 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v2_tx_kernel_ready()
314 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v2_tx_user_ready()
320 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v3_tx_kernel_ready()
325 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v3_tx_user_ready()
/external/iproute2/include/uapi/linux/
Dif_packet.h118 #define TP_STATUS_SEND_REQUEST (1 << 0) macro
/external/kernel-headers/original/uapi/linux/
Dif_packet.h119 #define TP_STATUS_SEND_REQUEST (1 << 0) macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go2075 TP_STATUS_SEND_REQUEST = 0x1 const
Dzerrors_linux_ppc64.go2133 TP_STATUS_SEND_REQUEST = 0x1 const
Dzerrors_linux_arm.go2079 TP_STATUS_SEND_REQUEST = 0x1 const
Dzerrors_linux_mips64.go2075 TP_STATUS_SEND_REQUEST = 0x1 const
Dzerrors_linux_ppc64le.go2133 TP_STATUS_SEND_REQUEST = 0x1 const
Dzerrors_linux_arm64.go2064 TP_STATUS_SEND_REQUEST = 0x1 const
Dzerrors_linux_386.go2072 TP_STATUS_SEND_REQUEST = 0x1 const
Dzerrors_linux_mips.go2075 TP_STATUS_SEND_REQUEST = 0x1 const
Dzerrors_linux_s390x.go2133 TP_STATUS_SEND_REQUEST = 0x1 const
Dzerrors_linux_mipsle.go2075 TP_STATUS_SEND_REQUEST = 0x1 const
Dzerrors_linux_amd64.go2073 TP_STATUS_SEND_REQUEST = 0x1 const