Home
last modified time | relevance | path

Searched refs:kfree_skb_partial (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/net/ipv4/
Dinet_fragment.c544 kfree_skb_partial(fp, stolen); in inet_frag_reasm_finish()
Dtcp_input.c4755 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue()
4838 kfree_skb_partial(skb, fragstolen); in tcp_data_queue_ofo()
5077 kfree_skb_partial(skb, fragstolen); in tcp_data_queue()
5971 kfree_skb_partial(skb, fragstolen); in tcp_rcv_established()
Dtcp_ipv4.c1860 kfree_skb_partial(skb, fragstolen); in tcp_add_backlog()
/Linux-v6.1/net/tipc/
Dmsg.c160 kfree_skb_partial(frag, headstolen); in tipc_buf_append()
/Linux-v6.1/drivers/net/wireless/ath/wil6210/
Dtxrx_edma.c1006 kfree_skb_partial(skb, headstolen); in wil_sring_reap_rx_edma()
/Linux-v6.1/net/core/
Dskbuff.c5381 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen) in kfree_skb_partial() function
5390 EXPORT_SYMBOL(kfree_skb_partial);
/Linux-v6.1/include/linux/
Dskbuff.h1243 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen);
/Linux-v6.1/net/mptcp/
Dprotocol.c160 kfree_skb_partial(from, fragstolen); in mptcp_try_coalesce()