Searched refs:skb_try_coalesce (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | inet_fragment.c | 511 if (try_coalesce && skb_try_coalesce(head, fp, &stolen, in inet_frag_reasm_finish()
|
| H A D | tcp_ipv4.c | 1840 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) { in tcp_add_backlog()
|
| H A D | tcp_input.c | 4638 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | msg.c | 165 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | skbuff.c | 5207 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, in skb_try_coalesce() function 5282 EXPORT_SYMBOL(skb_try_coalesce);
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | protocol.c | 128 !skb_try_coalesce(to, from, &fragstolen, &delta)) in mptcp_try_coalesce()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | skbuff.h | 1096 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
|