Searched refs:kfree_skb_partial (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/net/ieee802154/6lowpan/ |
| D | reassembly.c | 251 kfree_skb_partial(fp, headstolen); in lowpan_frag_reasm()
|
| /Linux-v4.19/net/tipc/ |
| D | msg.c | 162 kfree_skb_partial(frag, headstolen); in tipc_buf_append()
|
| /Linux-v4.19/net/ipv6/ |
| D | reassembly.c | 379 kfree_skb_partial(fp, headstolen); in ip6_frag_reasm()
|
| /Linux-v4.19/net/ipv4/ |
| D | tcp_input.c | 4444 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue() 4523 kfree_skb_partial(skb, fragstolen); in tcp_data_queue_ofo() 4751 kfree_skb_partial(skb, fragstolen); in tcp_data_queue() 5610 kfree_skb_partial(skb, fragstolen); in tcp_rcv_established()
|
| /Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
| D | txrx_edma.c | 981 kfree_skb_partial(skb, headstolen); in wil_sring_reap_rx_edma()
|
| /Linux-v4.19/net/core/ |
| D | skbuff.c | 4797 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen) in kfree_skb_partial() function 4806 EXPORT_SYMBOL(kfree_skb_partial);
|
| /Linux-v4.19/include/linux/ |
| D | skbuff.h | 984 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen);
|