Home
last modified time | relevance | path

Searched refs:skb_try_coalesce (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dmsg.c165 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_fragment.c511 if (try_coalesce && skb_try_coalesce(head, fp, &stolen, in inet_frag_reasm_finish()
H A Dtcp_ipv4.c1856 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) { in tcp_add_backlog()
H A Dtcp_input.c4663 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_fragment.c548 if (try_coalesce && skb_try_coalesce(head, fp, &stolen, in inet_frag_reasm_finish()
H A Dtcp_ipv4.c1887 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) { in tcp_add_backlog()
H A Dtcp_input.c4708 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
/kernel/linux/linux-6.6/net/tipc/
H A Dmsg.c159 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c264 if (!skb_try_coalesce(to, from, fragstolen, &delta)) { in tcp_nip_try_coalesce()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c1004 if (likely(skb_try_coalesce(rxdata->skb, skb, &headstolen, in wil_sring_reap_rx_edma()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c1004 if (likely(skb_try_coalesce(rxdata->skb, skb, &headstolen, in wil_sring_reap_rx_edma()
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c5201 * skb_try_coalesce - try to merge skb to prior one
5207 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, in skb_try_coalesce() function
5282 EXPORT_SYMBOL(skb_try_coalesce); variable
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c5735 * skb_try_coalesce - try to merge skb to prior one
5741 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, in skb_try_coalesce() function
5830 EXPORT_SYMBOL(skb_try_coalesce); variable
/kernel/linux/linux-5.10/net/mptcp/
H A Dprotocol.c128 !skb_try_coalesce(to, from, &fragstolen, &delta)) in mptcp_try_coalesce()
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h1082 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h1262 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.c155 !skb_try_coalesce(to, from, &fragstolen, &delta)) in mptcp_try_coalesce()

Completed in 73 milliseconds