Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/include/uapi/linux/
Dif_packet.h119 #define TP_STATUS_SEND_REQUEST (1 << 0) macro
/Linux-v5.4/Documentation/networking/
Dpacket_mmap.txt494 #define TP_STATUS_SEND_REQUEST 1 // Frame will be sent on next send()
500 current data buffer size and sets its status field to TP_STATUS_SEND_REQUEST.
502 calls send(). Then all buffers with status equal to TP_STATUS_SEND_REQUEST are
508 header->tp_status = TP_STATUS_SEND_REQUEST;
1036 application (e.g. !(tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING))
/Linux-v5.4/net/packet/
Daf_packet.c2675 TP_STATUS_SEND_REQUEST); in tpacket_snd()
2694 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()
2756 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()