Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dskbuff.c1092 if (skb_has_frag_list(skb)) { in __pskb_copy_fclone()
1163 if (skb_has_frag_list(skb)) in pskb_expand_head()
1453 if (skb_has_frag_list(skb)) in ___pskb_trim()
1548 if (!skb_has_frag_list(skb)) in __pskb_pull_tail()
2213 if (skb_has_frag_list(from)) in skb_zerocopy_headlen()
2804 if (st->root_skb == st->cur_skb && skb_has_frag_list(st->root_skb)) { in skb_seq_read()
3488 if (!skb_has_frag_list(skb)) { in skb_cow_data()
3523 skb_has_frag_list(skb1) || in skb_cow_data()
3532 skb_has_frag_list(skb1)) { in skb_cow_data()
4165 if (skb_has_frag_list(to) || skb_has_frag_list(from)) in skb_try_coalesce()
Ddev.c4211 if (skb_is_gso(skb) || skb_has_frag_list(skb) || skb->csum_bad) in dev_gro_receive()
/linux-4.4.14/include/linux/
Dskbuff.h1762 #define SKB_FRAG_ASSERT(skb) BUG_ON(skb_has_frag_list(skb))
2820 static inline bool skb_has_frag_list(const struct sk_buff *skb) in skb_has_frag_list() function
2936 ((skb_has_frag_list(skb) && !(features & NETIF_F_FRAGLIST)) || in skb_needs_linearize()
3438 !skb_has_frag_list(skb); in skb_irq_freeable()
Dnetdevice.h3799 (!skb_has_frag_list(skb) || (features & NETIF_F_FRAGLIST)); in skb_gso_ok()
/linux-4.4.14/net/tipc/
Dmsg.c163 if (!skb_has_frag_list(head)) in tipc_buf_append()
/linux-4.4.14/drivers/net/xen-netback/
Dnetback.c1048 if (skb_has_frag_list(skb) && !first_shinfo) { in xenvif_tx_check_gop()
1580 if (skb_has_frag_list(skb)) { in xenvif_tx_submit()
1608 if (unlikely(skb_has_frag_list(skb))) { in xenvif_tx_submit()
/linux-4.4.14/net/ipv6/netfilter/
Dnf_conntrack_reasm.c413 if (skb_has_frag_list(head)) { in nf_ct_frag6_reasm()
/linux-4.4.14/net/ieee802154/6lowpan/
Dreassembly.c262 if (skb_has_frag_list(head)) { in lowpan_frag_reasm()
/linux-4.4.14/net/ipv6/
Dreassembly.c432 if (skb_has_frag_list(head)) { in ip6_frag_reasm()
Dip6_output.c611 if (skb_has_frag_list(skb)) { in ip6_fragment()
/linux-4.4.14/net/ipv4/
Dip_fragment.c579 if (skb_has_frag_list(head)) { in ip_frag_reasm()
Dip_output.c567 if (skb_has_frag_list(skb)) { in ip_do_fragment()
Dudp.c731 if (!skb_has_frag_list(skb)) { in udp4_hwcsum()
/linux-4.4.14/net/bluetooth/
Dl2cap_core.c5798 if (!skb_has_frag_list(skb)) in append_skb_frag()