Searched refs:TP_STATUS_AVAILABLE (Results 1 – 4 of 4) sorted by relevance
122 #define TP_STATUS_AVAILABLE 0 macro
127 while (header->tp_status != TP_STATUS_AVAILABLE) in send_pkt()
508 #define TP_STATUS_AVAILABLE 0 // Frame is available513 First, the kernel initializes all frames to TP_STATUS_AVAILABLE. To send a521 At the end of each transfer, buffer status returns to TP_STATUS_AVAILABLE.1061 with binary | with TP_STATUS_AVAILABLE, so you must check for that in your1067 TP_STATUS_AVAILABLE resp. TP_STATUS_WRONG_FORMAT is sufficient. If in the1068 TX_RING part only TP_STATUS_AVAILABLE is set, then the tp_sec and tp_{n,u}sec
1078 ppd->tp_status = TP_STATUS_AVAILABLE; in prb_fill_vlan_info()2588 __packet_set_status(po, ph, TP_STATUS_AVAILABLE | ts); in tpacket_destruct_skb()2799 int status = TP_STATUS_AVAILABLE; in tpacket_snd()2917 TP_STATUS_AVAILABLE); in tpacket_snd()2946 TP_STATUS_AVAILABLE) { in tpacket_snd()4363 if (packet_current_frame(po, &po->tx_ring, TP_STATUS_AVAILABLE)) in packet_poll()