Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_packet.h115 #define TP_STATUS_AVAILABLE 0 macro
/linux-4.4.14/Documentation/networking/
Dpacket_mmap.txt505 #define TP_STATUS_AVAILABLE 0 // Frame is available
510 First, the kernel initializes all frames to TP_STATUS_AVAILABLE. To send a
517 At the end of each transfer, buffer status returns to TP_STATUS_AVAILABLE.
1042 with binary | with TP_STATUS_AVAILABLE, so you must check for that in your
1048 TP_STATUS_AVAILABLE resp. TP_STATUS_WRONG_FORMAT is sufficient. If in the
1049 TX_RING part only TP_STATUS_AVAILABLE is set, then the tp_sec and tp_{n,u}sec
/linux-4.4.14/net/packet/
Daf_packet.c1007 ppd->tp_status = TP_STATUS_AVAILABLE; in prb_fill_vlan_info()
2327 __packet_set_status(po, ph, TP_STATUS_AVAILABLE | ts); in tpacket_destruct_skb()
2476 int status = TP_STATUS_AVAILABLE; in tpacket_snd()
2545 TP_STATUS_AVAILABLE); in tpacket_snd()
2567 TP_STATUS_AVAILABLE) { in tpacket_snd()
3952 if (packet_current_frame(po, &po->tx_ring, TP_STATUS_AVAILABLE)) in packet_poll()