Home
last modified time | relevance | path

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

/linux/net/core/
H A Dsock_destructor.h9 skb->destructor == __sock_wfree || in is_skb_wmem()
H A Dsock.c2708 void __sock_wfree(struct sk_buff *skb) in __sock_wfree() function
H A Dskbuff.c1161 tcp_wfree, __sock_wfree, sock_wfree, in skb_release_head_state()
/linux/include/net/
H A Dsock.h1841 void __sock_wfree(struct sk_buff *skb);
/linux/net/ipv4/
H A Dtcp_output.c1538 skb->destructor = skb_is_tcp_pure_ack(skb) ? __sock_wfree : tcp_wfree; in __tcp_transmit_skb()