Searched refs:__sock_wfree (Results 1 – 4 of 4) sorted by relevance
1854 void __sock_wfree(struct sk_buff *skb);1860 (IS_ENABLED(CONFIG_INET) && skb->destructor == __sock_wfree) || in is_skb_wmem()
2733 void __sock_wfree(struct sk_buff *skb) in __sock_wfree() function2740 EXPORT_SYMBOL_GPL(__sock_wfree);
1176 tcp_wfree, __sock_wfree, sock_wfree, in skb_release_head_state()
1624 skb->destructor = skb_is_tcp_pure_ack(skb) ? __sock_wfree : tcp_wfree; in __tcp_transmit_skb()