Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dpppoe.c488 if (sk->protinfo.destruct_hook) in pppoe_sock_destruct()
489 kfree(sk->protinfo.destruct_hook); in pppoe_sock_destruct()
535 sk->protinfo.destruct_hook = sk->protinfo.pppox; in pppoe_create()
/linux-2.4.37.9/net/core/
Dsock.c1177 if (sk->protinfo.destruct_hook) in sock_def_destruct()
1178 kfree(sk->protinfo.destruct_hook); in sock_def_destruct()
/linux-2.4.37.9/net/packet/
Daf_packet.c231 if (sk->protinfo.destruct_hook) in packet_sock_destruct()
232 kfree(sk->protinfo.destruct_hook); in packet_sock_destruct()
/linux-2.4.37.9/include/net/
Dsock.h685 void *destruct_hook; member
/linux-2.4.37.9/net/wanrouter/
Daf_wanpipe.c510 sk->protinfo.destruct_hook = wan_opt; in wanpipe_alloc_socket()