Searched refs:kfree_skb_partial (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | msg.c | 160 kfree_skb_partial(frag, headstolen); in tipc_buf_append()
|
/linux-4.1.27/net/ieee802154/6lowpan/ |
D | reassembly.c | 303 kfree_skb_partial(fp, headstolen); in lowpan_frag_reasm()
|
/linux-4.1.27/net/ipv6/ |
D | reassembly.c | 478 kfree_skb_partial(fp, headstolen); in ip6_frag_reasm()
|
/linux-4.1.27/net/ipv4/ |
D | ip_fragment.c | 594 kfree_skb_partial(fp, headstolen); in ip_frag_reasm()
|
D | tcp_input.c | 4268 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue() 4340 kfree_skb_partial(skb, fragstolen); in tcp_data_queue_ofo() 4561 kfree_skb_partial(skb, fragstolen); in tcp_data_queue() 5330 kfree_skb_partial(skb, fragstolen); in tcp_rcv_established()
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 4044 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen) in kfree_skb_partial() function 4053 EXPORT_SYMBOL(kfree_skb_partial);
|
/linux-4.1.27/include/linux/ |
D | skbuff.h | 772 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen);
|