Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dsock.h1569 void __sock_wfree(struct sk_buff *skb);
/Linux-v4.19/net/core/
Dsock.c1824 void __sock_wfree(struct sk_buff *skb) in __sock_wfree() function
/Linux-v4.19/net/ipv4/
Dtcp_output.c1082 skb->destructor = skb_is_tcp_pure_ack(skb) ? __sock_wfree : tcp_wfree; in __tcp_transmit_skb()