Searched refs:skb_try_coalesce (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/net/ipv4/ |
D | inet_fragment.c | 542 if (try_coalesce && skb_try_coalesce(head, fp, &stolen, in inet_frag_reasm_finish()
|
D | tcp_ipv4.c | 1828 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) { in tcp_add_backlog()
|
D | tcp_input.c | 4674 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
|
/Linux-v6.1/net/tipc/ |
D | msg.c | 159 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
|
/Linux-v6.1/drivers/net/wireless/ath/wil6210/ |
D | txrx_edma.c | 1004 if (likely(skb_try_coalesce(rxdata->skb, skb, &headstolen, in wil_sring_reap_rx_edma()
|
/Linux-v6.1/net/core/ |
D | skbuff.c | 5399 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, in skb_try_coalesce() function 5488 EXPORT_SYMBOL(skb_try_coalesce);
|
/Linux-v6.1/include/linux/ |
D | skbuff.h | 1244 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
|
/Linux-v6.1/net/mptcp/ |
D | protocol.c | 146 !skb_try_coalesce(to, from, &fragstolen, &delta)) in mptcp_try_coalesce()
|