full_pkt 1023 include/linux/skbuff.h void skb_dump(const char *level, const struct sk_buff *skb, bool full_pkt); full_pkt 718 net/core/skbuff.c void skb_dump(const char *level, const struct sk_buff *skb, bool full_pkt) full_pkt 729 net/core/skbuff.c if (full_pkt) full_pkt 730 net/core/skbuff.c full_pkt = atomic_dec_if_positive(&can_dump_full) >= 0; full_pkt 732 net/core/skbuff.c if (full_pkt) full_pkt 768 net/core/skbuff.c if (full_pkt && headroom) full_pkt 778 net/core/skbuff.c if (full_pkt && tailroom) full_pkt 803 net/core/skbuff.c if (full_pkt && skb_has_frag_list(skb)) {