Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dmsg.c159 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
/linux-4.4.14/net/ieee802154/6lowpan/
Dreassembly.c291 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in lowpan_frag_reasm()
/linux-4.4.14/net/ipv6/
Dreassembly.c477 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in ip6_frag_reasm()
/linux-4.4.14/net/core/
Dskbuff.c4148 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/
Dskbuff.h805 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
/linux-4.4.14/net/ipv4/
Dtcp_input.c4263 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()