Home
last modified time | relevance | path

Searched refs:tpacket_block_desc (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/net/packet/
Daf_packet.c178 #define BLK_HDR_LEN (ALIGN(sizeof(struct tpacket_block_desc), V3_ALIGNMENT))
198 static int prb_curr_blk_in_use(struct tpacket_block_desc *);
205 struct tpacket_block_desc *);
236 ((struct tpacket_block_desc *)((x)->pkbdq[(bid)].buffer))
238 ((struct tpacket_block_desc *)((x)->pkbdq[(x)->kactive_blk_num].buffer))
674 struct tpacket_block_desc *pbd; in init_prb_bdqc()
680 pbd = (struct tpacket_block_desc *)pg_vec[0].buffer; in init_prb_bdqc()
742 struct tpacket_block_desc *pbd; in prb_retire_rx_blk_timer_expired()
810 struct tpacket_block_desc *pbd1, __u32 status) in prb_flush_block()
853 struct tpacket_block_desc *pbd1, in prb_close_block()
[all …]
/linux-6.12.1/include/uapi/linux/
Dif_packet.h246 struct tpacket_block_desc { struct
/linux-6.12.1/tools/testing/selftests/net/
Dtoeplitz.c220 struct tpacket_block_desc *block; in recv_block()