Searched refs:TP_STATUS_SEND_REQUEST (Results 1 – 4 of 4) sorted by relevance
294 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()
116 #define TP_STATUS_SEND_REQUEST (1 << 0) macro
506 #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 are520 header->tp_status = TP_STATUS_SEND_REQUEST;1043 application (e.g. !(tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING))
2515 TP_STATUS_SEND_REQUEST); in tpacket_snd()2522 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()2562 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()