Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/net/
Dpsock_tpacket.c294 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v1_tx_kernel_ready()
299 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v1_tx_user_ready()
305 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v2_tx_kernel_ready()
310 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v2_tx_user_ready()
/linux-4.1.27/include/uapi/linux/
Dif_packet.h106 #define TP_STATUS_SEND_REQUEST (1 << 0) macro
/linux-4.1.27/Documentation/networking/
Dpacket_mmap.txt506 #define TP_STATUS_SEND_REQUEST 1 // Frame will be sent on next send()
512 current data buffer size and sets its status field to TP_STATUS_SEND_REQUEST.
514 calls send(). Then all buffers with status equal to TP_STATUS_SEND_REQUEST are
520 header->tp_status = TP_STATUS_SEND_REQUEST;
1043 application (e.g. !(tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING))
/linux-4.1.27/net/packet/
Daf_packet.c2306 TP_STATUS_SEND_REQUEST); in tpacket_snd()
2313 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()
2353 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()