Home
last modified time | relevance | path

Searched refs:TPACKET_HDRLEN (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dif_packet.h130 #define TPACKET_HDRLEN (TPACKET_ALIGN(sizeof(struct tpacket_hdr)) + sizeof(struct sockaddr_ll)) macro
/linux-4.1.27/tools/testing/selftests/net/
Dpsock_tpacket.c401 memcpy((uint8_t *) ppd.raw + TPACKET_HDRLEN - in walk_v1_v2_tx()
/linux-4.1.27/Documentation/networking/
Dpacket_mmap.txt180 frame base + TPACKET_HDRLEN - sizeof(struct sockaddr_ll)
398 tp_frame_size must be greater than TPACKET_HDRLEN (obvious)
/linux-4.1.27/net/packet/
Daf_packet.c3851 po->tp_hdrlen = TPACKET_HDRLEN; in packet_set_ring()