Home
last modified time | relevance | path

Searched refs:TP_STATUS_SENDING (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dpsock_tpacket.c281 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v1_tx_kernel_ready()
292 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v2_tx_kernel_ready()
303 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v3_tx_kernel_ready()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_packet.h120 #define TP_STATUS_SENDING (1 << 1) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_packet.h120 #define TP_STATUS_SENDING (1 << 1) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_packet.h121 #define TP_STATUS_SENDING (1 << 1) macro
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpacket_mmap.rst510 #define TP_STATUS_SENDING 2 // Frame is currently in transmission
519 frames with TP_STATUS_SENDING until the end of transfer.
531 (status == TP_STATUS_SENDING)
1062 application (e.g. !(tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING))
/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c2814 __packet_set_status(po, ph, TP_STATUS_SENDING); in tpacket_snd()