Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsock_diag.h25 void sock_diag_register_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh));
/openbmc/linux/net/core/
H A Dsock_diag.c169 void sock_diag_register_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh)) in sock_diag_register_inet_compat() function
175 EXPORT_SYMBOL_GPL(sock_diag_register_inet_compat);
/openbmc/linux/net/ipv4/
H A Dinet_diag.c1462 sock_diag_register_inet_compat(inet_diag_rcv_msg_compat); in inet_diag_init()