Home
last modified time | relevance | path

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

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