Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dif_packet.h55 #define TP_STATUS_LOSING 4 macro
/linux-2.4.37.9/Documentation/networking/
Dpacket_mmap.txt342 #define TP_STATUS_LOSING 4
359 TP_STATUS_LOSING : indicates there were packet drops from last time
/linux-2.4.37.9/net/packet/
Daf_packet.c544 unsigned long status = TP_STATUS_LOSING|TP_STATUS_USER; in tpacket_rcv()
623 status &= ~TP_STATUS_LOSING; in tpacket_rcv()