Searched refs:skb_try_coalesce (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/ieee802154/6lowpan/ |
D | reassembly.c | 250 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in lowpan_frag_reasm()
|
/Linux-v4.19/net/tipc/ |
D | msg.c | 161 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
|
/Linux-v4.19/net/ipv6/ |
D | reassembly.c | 378 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in ip6_frag_reasm()
|
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | txrx_edma.c | 979 if (likely(skb_try_coalesce(rxdata->skb, skb, &headstolen, in wil_sring_reap_rx_edma()
|
/Linux-v4.19/net/core/ |
D | skbuff.c | 4815 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, in skb_try_coalesce() function 4890 EXPORT_SYMBOL(skb_try_coalesce);
|
/Linux-v4.19/include/linux/ |
D | skbuff.h | 985 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
|
/Linux-v4.19/net/ipv4/ |
D | tcp_input.c | 4361 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
|