Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dsock_diag.c165 void sock_diag_register_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh)) in sock_diag_register_inet_compat() function
171 EXPORT_SYMBOL_GPL(sock_diag_register_inet_compat);
/OK3568_Linux_fs/kernel/include/linux/
H A Dsock_diag.h25 void sock_diag_register_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh));
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_diag.c1456 sock_diag_register_inet_compat(inet_diag_rcv_msg_compat); in inet_diag_init()