Searched refs:kfree_skb_partial (Results 1 – 6 of 6) sorted by relevance
| /linux/net/tipc/ |
| H A D | msg.c | 165 kfree_skb_partial(frag, headstolen); in tipc_buf_append()
|
| /linux/net/ipv4/ |
| H A D | tcp_input.c | 5095 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue() 5201 kfree_skb_partial(skb, fragstolen); in tcp_data_queue_ofo() 5459 kfree_skb_partial(skb, fragstolen); in tcp_data_queue() 6438 kfree_skb_partial(skb, fragstolen); in tcp_rcv_established()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | txrx_edma.c | 1006 kfree_skb_partial(skb, headstolen); in wil_sring_reap_rx_edma()
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 188 kfree_skb_partial(from, fragstolen); in mptcp_try_coalesce() 683 kfree_skb_partial(skb, fragstolen); in __mptcp_add_backlog()
|
| /linux/net/core/ |
| H A D | skbuff.c | 6093 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen) in kfree_skb_partial() function 6102 EXPORT_SYMBOL(kfree_skb_partial);
|
| /linux/include/linux/ |
| H A D | skbuff.h | 1357 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen);
|