Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dsock_destructor.h9 skb->destructor == __sock_wfree || in is_skb_wmem()
H A Dsock.c2516 void __sock_wfree(struct sk_buff *skb) in __sock_wfree() function
/openbmc/linux/include/net/
H A Dsock.h1860 void __sock_wfree(struct sk_buff *skb);
/openbmc/linux/net/ipv4/
H A Dtcp_output.c1331 skb->destructor = skb_is_tcp_pure_ack(skb) ? __sock_wfree : tcp_wfree; in __tcp_transmit_skb()