Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dskbuff.c1140 if (skb_has_frag_list(skb)) { in __pskb_copy_fclone()
1211 if (skb_has_frag_list(skb)) in pskb_expand_head()
1501 if (skb_has_frag_list(skb)) in ___pskb_trim()
1596 if (!skb_has_frag_list(skb)) in __pskb_pull_tail()
2249 if (skb_has_frag_list(from)) in skb_zerocopy_headlen()
2840 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()
4079 if (skb_has_frag_list(to) || skb_has_frag_list(from)) in skb_try_coalesce()
Ddev.c4047 if (skb_is_gso(skb) || skb_has_frag_list(skb) || skb->csum_bad) in dev_gro_receive()
/linux-4.1.27/include/linux/
Dskbuff.h1635 #define SKB_FRAG_ASSERT(skb) BUG_ON(skb_has_frag_list(skb))
2651 static inline bool skb_has_frag_list(const struct sk_buff *skb) in skb_has_frag_list() function
2766 ((skb_has_frag_list(skb) && !(features & NETIF_F_FRAGLIST)) || in skb_needs_linearize()
3268 !skb_has_frag_list(skb); in skb_irq_freeable()
Dnetdevice.h3716 (!skb_has_frag_list(skb) || (features & NETIF_F_FRAGLIST)); in skb_gso_ok()
/linux-4.1.27/net/tipc/
Dmsg.c163 if (!skb_has_frag_list(head)) in tipc_buf_append()
/linux-4.1.27/drivers/net/xen-netback/
Dnetback.c1015 if (skb_has_frag_list(skb) && !first_shinfo) { in xenvif_tx_check_gop()
1431 if (skb_has_frag_list(skb)) { in xenvif_tx_submit()
1459 if (unlikely(skb_has_frag_list(skb))) { in xenvif_tx_submit()
/linux-4.1.27/net/ieee802154/6lowpan/
Dreassembly.c273 if (skb_has_frag_list(head)) { in lowpan_frag_reasm()
/linux-4.1.27/net/ipv6/netfilter/
Dnf_conntrack_reasm.c413 if (skb_has_frag_list(head)) { in nf_ct_frag6_reasm()
/linux-4.1.27/net/ipv6/
Dreassembly.c432 if (skb_has_frag_list(head)) { in ip6_frag_reasm()
Dip6_output.c590 if (skb_has_frag_list(skb)) { in ip6_fragment()
/linux-4.1.27/net/ipv4/
Dip_fragment.c558 if (skb_has_frag_list(head)) { in ip_frag_reasm()
Dip_output.c540 if (skb_has_frag_list(skb)) { in ip_fragment()
Dudp.c728 if (!skb_has_frag_list(skb)) { in udp4_hwcsum()
/linux-4.1.27/net/bluetooth/
Dl2cap_core.c5788 if (!skb_has_frag_list(skb)) in append_skb_frag()