Home
last modified time | relevance | path

Searched refs:__sock_wfree (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dsock.h1854 void __sock_wfree(struct sk_buff *skb);
1860 (IS_ENABLED(CONFIG_INET) && skb->destructor == __sock_wfree) || in is_skb_wmem()
/linux/net/core/
H A Dsock.c2733 void __sock_wfree(struct sk_buff *skb) in __sock_wfree() function
2740 EXPORT_SYMBOL_GPL(__sock_wfree);
H A Dskbuff.c1176 tcp_wfree, __sock_wfree, sock_wfree, in skb_release_head_state()
/linux/net/ipv4/
H A Dtcp_output.c1624 skb->destructor = skb_is_tcp_pure_ack(skb) ? __sock_wfree : tcp_wfree; in __tcp_transmit_skb()