Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/
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()
Dtxring_overwrite.c133 header->tp_status = TP_STATUS_SEND_REQUEST; in send_pkt()
/linux-6.12.1/include/uapi/linux/
Dif_packet.h123 #define TP_STATUS_SEND_REQUEST (1 << 0) macro
/linux-6.12.1/Documentation/networking/
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))
/linux-6.12.1/net/packet/
Daf_packet.c2859 TP_STATUS_SEND_REQUEST); in tpacket_snd()
2878 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()
2940 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()