Searched refs:skb_try_coalesce (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | msg.c | 159 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
|
/linux-4.4.14/net/ieee802154/6lowpan/ |
D | reassembly.c | 291 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in lowpan_frag_reasm()
|
/linux-4.4.14/net/ipv6/ |
D | reassembly.c | 477 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in ip6_frag_reasm()
|
/linux-4.4.14/net/core/ |
D | skbuff.c | 4148 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, in skb_try_coalesce() function 4218 EXPORT_SYMBOL(skb_try_coalesce);
|
/linux-4.4.14/include/linux/ |
D | skbuff.h | 805 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
|
/linux-4.4.14/net/ipv4/ |
D | tcp_input.c | 4263 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
|