Home
last modified time | relevance | path

Searched refs:TP_STATUS_SEND_REQUEST (Results 1 – 7 of 7) 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()
286 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v1_tx_user_ready()
292 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v2_tx_kernel_ready()
297 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v2_tx_user_ready()
303 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v3_tx_kernel_ready()
308 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v3_tx_user_ready()
H A Dtxring_overwrite.c133 header->tp_status = TP_STATUS_SEND_REQUEST; in send_pkt()
/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.h119 #define TP_STATUS_SEND_REQUEST (1 << 0) 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.h119 #define TP_STATUS_SEND_REQUEST (1 << 0) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_packet.h120 #define TP_STATUS_SEND_REQUEST (1 << 0) macro
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpacket_mmap.rst509 #define TP_STATUS_SEND_REQUEST 1 // Frame will be sent on next send()
515 current data buffer size and sets its status field to TP_STATUS_SEND_REQUEST.
517 calls send(). Then all buffers with status equal to TP_STATUS_SEND_REQUEST are
526 header->tp_status = TP_STATUS_SEND_REQUEST;
1062 application (e.g. !(tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING))
/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c2736 TP_STATUS_SEND_REQUEST); in tpacket_snd()
2755 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()
2817 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()