Searched refs:kfree_skb_partial (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/net/ipv4/ |
D | inet_fragment.c | 511 kfree_skb_partial(fp, stolen); in inet_frag_reasm_finish()
|
D | tcp_input.c | 4661 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue() 4744 kfree_skb_partial(skb, fragstolen); in tcp_data_queue_ofo() 4979 kfree_skb_partial(skb, fragstolen); in tcp_data_queue() 5839 kfree_skb_partial(skb, fragstolen); in tcp_rcv_established()
|
D | tcp_ipv4.c | 1854 kfree_skb_partial(skb, fragstolen); in tcp_add_backlog()
|
/Linux-v5.10/net/tipc/ |
D | msg.c | 173 kfree_skb_partial(frag, headstolen); in tipc_buf_append()
|
/Linux-v5.10/drivers/net/wireless/ath/wil6210/ |
D | txrx_edma.c | 1006 kfree_skb_partial(skb, headstolen); in wil_sring_reap_rx_edma()
|
/Linux-v5.10/net/core/ |
D | skbuff.c | 5105 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen) in kfree_skb_partial() function 5114 EXPORT_SYMBOL(kfree_skb_partial);
|
/Linux-v5.10/net/mptcp/ |
D | protocol.c | 135 kfree_skb_partial(from, fragstolen); in mptcp_try_coalesce()
|
/Linux-v5.10/include/linux/ |
D | skbuff.h | 1073 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen);
|