Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dmsg.c159 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
/linux-4.1.27/net/ieee802154/6lowpan/
Dreassembly.c302 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in lowpan_frag_reasm()
/linux-4.1.27/net/ipv6/
Dreassembly.c477 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in ip6_frag_reasm()
/linux-4.1.27/net/ipv4/
Dip_fragment.c593 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in ip_frag_reasm()
Dtcp_input.c4217 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
/linux-4.1.27/net/core/
Dskbuff.c4062 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, in skb_try_coalesce() function
4132 EXPORT_SYMBOL(skb_try_coalesce);
/linux-4.1.27/include/linux/
Dskbuff.h773 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,