Home
last modified time | relevance | path

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

/net/packet/
Daf_packet.c2377 h.h1->tp_len = skb->len; in tpacket_rcv()
2386 h.h2->tp_len = skb->len; in tpacket_rcv()
2408 h.h3->tp_len = skb->len; in tpacket_rcv()
2530 void *frame, struct net_device *dev, void *data, int tp_len, in tpacket_fill_skb() argument
2553 to_write = tp_len; in tpacket_fill_skb()
2557 NULL, tp_len); in tpacket_fill_skb()
2561 int hdrlen = min_t(int, copylen, tp_len); in tpacket_fill_skb()
2606 return tp_len; in tpacket_fill_skb()
2613 int tp_len, off; in tpacket_parse_header() local
2623 tp_len = ph.h3->tp_len; in tpacket_parse_header()
[all …]