Home
last modified time | relevance | path

Searched refs:full_pkt (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c729 * Dumps whole packets if full_pkt, only headers otherwise.
731 void skb_dump(const char *level, const struct sk_buff *skb, bool full_pkt) in skb_dump() argument
741 if (full_pkt) in skb_dump()
777 if (full_pkt && headroom) in skb_dump()
787 if (full_pkt && tailroom) in skb_dump()
812 if (full_pkt && skb_has_frag_list(skb)) { in skb_dump()
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c1161 * Dumps whole packets if full_pkt, only headers otherwise.
1163 void skb_dump(const char *level, const struct sk_buff *skb, bool full_pkt) in skb_dump() argument
1173 if (full_pkt) in skb_dump()
1209 if (full_pkt && headroom) in skb_dump()
1219 if (full_pkt && tailroom) in skb_dump()
1244 if (full_pkt && skb_has_frag_list(skb)) { in skb_dump()
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h1065 void skb_dump(const char *level, const struct sk_buff *skb, bool full_pkt);
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h1240 void skb_dump(const char *level, const struct sk_buff *skb, bool full_pkt);

Completed in 33 milliseconds