Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dinet_fragment.c591 kfree_skb_partial(fp, stolen); in inet_frag_reasm_finish()
H A Dtcp_input.c4789 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue()
4872 kfree_skb_partial(skb, fragstolen); in tcp_data_queue_ofo()
5117 kfree_skb_partial(skb, fragstolen); in tcp_data_queue()
6024 kfree_skb_partial(skb, fragstolen); in tcp_rcv_established()
H A Dtcp_ipv4.c1926 kfree_skb_partial(skb, fragstolen); in tcp_add_backlog()
/openbmc/linux/net/tipc/
H A Dmsg.c165 kfree_skb_partial(frag, headstolen); in tipc_buf_append()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c1006 kfree_skb_partial(skb, headstolen); in wil_sring_reap_rx_edma()
/openbmc/linux/net/core/
H A Dskbuff.c5734 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen) in kfree_skb_partial() function
5743 EXPORT_SYMBOL(kfree_skb_partial);
/openbmc/linux/include/linux/
H A Dskbuff.h1256 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen);
/openbmc/linux/net/mptcp/
H A Dprotocol.c155 kfree_skb_partial(from, fragstolen); in mptcp_try_coalesce()