Searched refs:destruct_hook (Results 1 – 5 of 5) sorted by relevance
488 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()
1177 if (sk->protinfo.destruct_hook) in sock_def_destruct()1178 kfree(sk->protinfo.destruct_hook); in sock_def_destruct()
231 if (sk->protinfo.destruct_hook) in packet_sock_destruct()232 kfree(sk->protinfo.destruct_hook); in packet_sock_destruct()
685 void *destruct_hook; member
510 sk->protinfo.destruct_hook = wan_opt; in wanpipe_alloc_socket()