Home
last modified time | relevance | path

Searched refs:tpacket2_hdr (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/net/
A Dpsock_tpacket.c91 struct tpacket2_hdr tp_h __aligned_tpacket;
92 struct sockaddr_ll s_ll __align_tpacket(sizeof(struct tpacket2_hdr));
184 static inline int __v2_rx_kernel_ready(struct tpacket2_hdr *hdr) in __v2_rx_kernel_ready()
189 static inline void __v2_rx_user_ready(struct tpacket2_hdr *hdr) in __v2_rx_user_ready()
290 static inline int __v2_tx_kernel_ready(struct tpacket2_hdr *hdr) in __v2_tx_kernel_ready()
295 static inline void __v2_tx_user_ready(struct tpacket2_hdr *hdr) in __v2_tx_user_ready()
A Dpsock_fanout.c223 struct tpacket2_hdr *header = ring; in sock_fanout_read_ring()
/linux/include/uapi/linux/
A Dif_packet.h146 struct tpacket2_hdr { struct
249 #define TPACKET2_HDRLEN (TPACKET_ALIGN(sizeof(struct tpacket2_hdr)) + sizeof(struct sockaddr_ll))
/linux/Documentation/networking/
A Dpacket_mmap.rst563 in the tpacket2_hdr structure:
572 1. Replace struct tpacket_hdr by struct tpacket2_hdr
592 use tpacket3_hdr instead of tpacket2_hdr, and TPACKET3_HDRLEN
/linux/net/packet/
A Daf_packet.c167 struct tpacket2_hdr *h2;
4060 val = sizeof(struct tpacket2_hdr); in packet_getsockopt()

Completed in 16 milliseconds