Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
A Dpsock_tpacket.c301 static inline int __v3_tx_kernel_ready(struct tpacket3_hdr *hdr) in __v3_tx_kernel_ready()
306 static inline void __v3_tx_user_ready(struct tpacket3_hdr *hdr) in __v3_tx_user_ready()
446 struct tpacket3_hdr *tx = next; in walk_tx()
547 struct tpacket3_hdr *ppd; in __v3_walk_block()
551 ppd = (struct tpacket3_hdr *) ((uint8_t *) pbd + in __v3_walk_block()
567 ppd = (struct tpacket3_hdr *) ((uint8_t *) ppd + ppd->tp_next_offset); in __v3_walk_block()
A Dtoeplitz.c204 struct tpacket3_hdr *hdr = (void *)frame; in recv_frame()
/linux/include/uapi/linux/
A Dif_packet.h166 struct tpacket3_hdr { struct
250 #define TPACKET3_HDRLEN (TPACKET_ALIGN(sizeof(struct tpacket3_hdr)) + sizeof(struct sockaddr_ll))
/linux/net/packet/
A Daf_packet.c168 struct tpacket3_hdr *h3;
209 struct tpacket3_hdr *);
211 struct tpacket3_hdr *);
800 struct tpacket3_hdr *last_pkt; in prb_close_block()
993 struct tpacket3_hdr *ppd) in prb_fill_rxhash()
999 struct tpacket3_hdr *ppd) in prb_clear_rxhash()
1005 struct tpacket3_hdr *ppd) in prb_fill_vlan_info()
1019 struct tpacket3_hdr *ppd) in prb_run_all_ft_ops()
1036 struct tpacket3_hdr *ppd; in prb_fill_curr_block()
1038 ppd = (struct tpacket3_hdr *)curr; in prb_fill_curr_block()
[all …]
/linux/Documentation/networking/
A Dpacket_mmap.rst592 use tpacket3_hdr instead of tpacket2_hdr, and TPACKET3_HDRLEN
594 the tp_next_offset field in the tpacket3_hdr MUST be set to
890 static void display(struct tpacket3_hdr *ppd)
921 struct tpacket3_hdr *ppd;
923 ppd = (struct tpacket3_hdr *) ((uint8_t *) pbd +
929 ppd = (struct tpacket3_hdr *) ((uint8_t *) ppd +

Completed in 15 milliseconds