Home
last modified time | relevance | path

Searched refs:sock_diag_unregister_inet_compat (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/core/
H A Dsock_diag.c173 void sock_diag_unregister_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh)) in sock_diag_unregister_inet_compat() function
179 EXPORT_SYMBOL_GPL(sock_diag_unregister_inet_compat);
/OK3568_Linux_fs/kernel/include/linux/
H A Dsock_diag.h26 void sock_diag_unregister_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh));
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_diag.c1471 sock_diag_unregister_inet_compat(inet_diag_rcv_msg_compat); in inet_diag_exit()