Searched refs:tp_next_offset (Results 1 – 5 of 5) sorted by relevance
450 tx->tp_next_offset = 0; in walk_tx()557 if (ppd->tp_next_offset) in __v3_walk_block()558 bytes_with_padding += ppd->tp_next_offset; in __v3_walk_block()567 ppd = (struct tpacket3_hdr *) ((uint8_t *) ppd + ppd->tp_next_offset); in __v3_walk_block()
214 return frame + hdr->tp_next_offset; in recv_frame()
169 __u32 tp_next_offset; member
594 the tp_next_offset field in the tpacket3_hdr MUST be set to596 Packets with non-zero values of tp_next_offset will be dropped.930 ppd->tp_next_offset);
809 last_pkt->tp_next_offset = 0; in prb_close_block()1040 ppd->tp_next_offset = TOTAL_PKT_LEN_INCL_ALIGN(len); in prb_fill_curr_block()2655 if (ph.h3->tp_next_offset != 0) { in tpacket_parse_header()
Completed in 16 milliseconds