Home
last modified time | relevance | path

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

/net/core/
Dsock.c1122 void sock_wfree(struct sk_buff *skb) in sock_wfree() function
2293 EXPORT_SYMBOL(sock_wfree);
/net/unix/
Daf_unix.c1297 skb->destructor = sock_wfree; in unix_detach_fds()
1313 sock_wfree(skb); in unix_destruct_fds()
/net/ipv4/
Dip_output.c503 frag->destructor = sock_wfree; in ip_fragment()
/net/ipv6/
Dip6_output.c684 frag->destructor = sock_wfree; in ip6_fragment()
/net/sctp/
Dsocket.c6432 sock_wfree(skb); in sctp_wfree()