Searched refs:skb_try_coalesce (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | msg.c | 159 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
|
/linux-4.1.27/net/ieee802154/6lowpan/ |
D | reassembly.c | 302 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in lowpan_frag_reasm()
|
/linux-4.1.27/net/ipv6/ |
D | reassembly.c | 477 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in ip6_frag_reasm()
|
/linux-4.1.27/net/ipv4/ |
D | ip_fragment.c | 593 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in ip_frag_reasm()
|
D | tcp_input.c | 4217 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 4062 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/ |
D | skbuff.h | 773 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
|