Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_packet.h112 #define TP_STATUS_COPY (1 << 1) macro
/linux/Documentation/networking/
H A Dpacket_mmap.rst442 #define TP_STATUS_COPY (1 << 1)
448 TP_STATUS_COPY This flag indicates that the frame (and associated
/linux/net/packet/
H A Daf_packet.c2438 status |= TP_STATUS_COPY; in tpacket_rcv()