Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dtxring_overwrite.c127 while (header->tp_status != TP_STATUS_AVAILABLE) in send_pkt()
/linux/include/uapi/linux/
H A Dif_packet.h122 #define TP_STATUS_AVAILABLE 0 macro
/linux/Documentation/networking/
H A Dpacket_mmap.rst508 #define TP_STATUS_AVAILABLE 0 // Frame is available
513 First, the kernel initializes all frames to TP_STATUS_AVAILABLE. To send a
521 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 your
1067 TP_STATUS_AVAILABLE resp. TP_STATUS_WRONG_FORMAT is sufficient. If in the
1068 TX_RING part only TP_STATUS_AVAILABLE is set, then the tp_sec and tp_{n,u}sec
/linux/net/packet/
H A Daf_packet.c1064 ppd->tp_status = TP_STATUS_AVAILABLE; in prb_fill_vlan_info()
2575 __packet_set_status(po, ph, TP_STATUS_AVAILABLE | ts); in tpacket_destruct_skb()
2786 int status = TP_STATUS_AVAILABLE; in tpacket_snd()
2904 TP_STATUS_AVAILABLE); in tpacket_snd()
2933 TP_STATUS_AVAILABLE) { in tpacket_snd()
4350 if (packet_current_frame(po, &po->tx_ring, TP_STATUS_AVAILABLE)) in packet_poll()