Searched refs:destruct_hook (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpppoe.c480 if (sk->protinfo.destruct_hook)
481 kfree(sk->protinfo.destruct_hook);
527 sk->protinfo.destruct_hook = sk->protinfo.pppox;
H A Dpptp.c1008 if (sk->protinfo.destruct_hook)
1009 kfree(sk->protinfo.destruct_hook);
1040 sk->protinfo.destruct_hook=sk->protinfo.pppox;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dsock.c1163 if (sk->protinfo.destruct_hook)
1164 kfree(sk->protinfo.destruct_hook);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/packet/
H A Daf_packet.c212 if (sk->protinfo.destruct_hook)
213 kfree(sk->protinfo.destruct_hook);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dsock.h611 void *destruct_hook; member in union:sock::__anon11753
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dsock.h667 void *destruct_hook; member in union:sock::__anon7348
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/wanrouter/
H A Daf_wanpipe.c494 sk->protinfo.destruct_hook = wan_opt;

Completed in 83 milliseconds