Searched refs:tp_len (Results 1 – 4 of 4) sorted by relevance
85 __u32 tp_len; member120 unsigned int tp_len; member134 __u32 tp_len; member157 __u32 tp_len; member
1999 h.h1->tp_len = skb->len; in tpacket_rcv()2008 h.h2->tp_len = skb->len; in tpacket_rcv()2030 h.h3->tp_len = skb->len; in tpacket_rcv()2138 int to_write, offset, len, tp_len, nr_frags, len_max; in tpacket_fill_skb() local2155 tp_len = ph.h2->tp_len; in tpacket_fill_skb()2158 tp_len = ph.h1->tp_len; in tpacket_fill_skb()2161 if (unlikely(tp_len > size_max)) { in tpacket_fill_skb()2162 pr_err("packet size is too long (%d > %d)\n", tp_len, size_max); in tpacket_fill_skb()2172 off_max = po->tx_ring.frame_size - tp_len; in tpacket_fill_skb()2198 to_write = tp_len; in tpacket_fill_skb()[all …]
399 ppd.v1->tp_h.tp_len = packet_len; in walk_v1_v2_tx()409 ppd.v2->tp_h.tp_len = packet_len; in walk_v1_v2_tx()
511 packet, the user fills a data buffer of an available frame, sets tp_len to519 header->tp_len = in_i_size;