Searched refs:TP_STATUS_SEND_REQUEST (Results 1 – 4 of 4) sorted by relevance
295 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v1_tx_kernel_ready()300 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v1_tx_user_ready()306 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v2_tx_kernel_ready()311 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v2_tx_user_ready()317 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v3_tx_kernel_ready()322 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v3_tx_user_ready()
118 #define TP_STATUS_SEND_REQUEST (1 << 0) macro
494 #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 are508 header->tp_status = TP_STATUS_SEND_REQUEST;1036 application (e.g. !(tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING))
2656 TP_STATUS_SEND_REQUEST); in tpacket_snd()2668 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()2730 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()