Home
last modified time | relevance | path

Searched refs:rtnl_af_register (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/
H A Drtnetlink.h243 int rtnl_af_register(struct rtnl_af_ops *ops);
/linux/net/mctp/
H A Ddevice.c543 err = rtnl_af_register(&mctp_af_ops); in mctp_device_init()
/linux/net/mpls/
H A Daf_mpls.c2856 err = rtnl_af_register(&mpls_af_ops); in mpls_init()
/linux/net/ipv4/
H A Ddevinet.c2970 if (rtnl_af_register(&inet_af_ops)) in devinet_init()
/linux/net/core/
H A Drtnetlink.c817 int rtnl_af_register(struct rtnl_af_ops *ops) in rtnl_af_register() function
830 EXPORT_SYMBOL_GPL(rtnl_af_register);
/linux/net/ipv6/
H A Daddrconf.c7598 err = rtnl_af_register(&inet6_ops); in addrconf_init()