Home
last modified time | relevance | path

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

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