Searched refs:skb_try_coalesce (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ipv4/ |
| H A D | inet_fragment.c | 637 if (try_coalesce && skb_try_coalesce(head, fp, &stolen, in inet_frag_reasm_finish()
|
| H A D | tcp_input.c | 5271 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_data_queue_ofo()
|
| /linux/net/tipc/ |
| H A D | msg.c | 164 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | txrx_edma.c | 1004 if (likely(skb_try_coalesce(rxdata->skb, skb, &headstolen, in wil_sring_reap_rx_edma()
|
| /linux/net/core/ |
| H A D | skbuff.c | 6143 * skb_try_coalesce - try to merge skb to prior one in skb_try_coalesce() 6149 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, in skb_try_coalesce() 6238 EXPORT_SYMBOL(skb_try_coalesce); in skb_scrub_packet() 6114 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, skb_try_coalesce() function
|
| /linux/include/linux/ |
| H A D | skbuff.h | 1358 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 165 !skb_try_coalesce(to, from, fragstolen, delta)) in __mptcp_try_coalesce()
|