Home
last modified time | relevance | path

Searched refs:TPACKET3_HDRLEN (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_packet.h246 #define TPACKET3_HDRLEN (TPACKET_ALIGN(sizeof(struct tpacket3_hdr)) + sizeof(struct sockaddr_ll)) macro
/linux-4.4.14/net/packet/
Daf_packet.c4101 po->tp_hdrlen = TPACKET3_HDRLEN; in packet_set_ring()