Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dmsg.c160 kfree_skb_partial(frag, headstolen); in tipc_buf_append()
/linux-4.1.27/net/ieee802154/6lowpan/
Dreassembly.c303 kfree_skb_partial(fp, headstolen); in lowpan_frag_reasm()
/linux-4.1.27/net/ipv6/
Dreassembly.c478 kfree_skb_partial(fp, headstolen); in ip6_frag_reasm()
/linux-4.1.27/net/ipv4/
Dip_fragment.c594 kfree_skb_partial(fp, headstolen); in ip_frag_reasm()
Dtcp_input.c4268 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/
Dskbuff.c4044 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/
Dskbuff.h772 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen);