Home
last modified time | relevance | path

Searched refs:rtnl_af_ops (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/net/
Drtnetlink.h120 struct rtnl_af_ops { struct
134 void __rtnl_af_unregister(struct rtnl_af_ops *ops); argument
136 void rtnl_af_register(struct rtnl_af_ops *ops);
137 void rtnl_af_unregister(struct rtnl_af_ops *ops);
/linux-4.1.27/net/core/
Drtnetlink.c448 static LIST_HEAD(rtnl_af_ops);
450 static const struct rtnl_af_ops *rtnl_af_lookup(const int family) in rtnl_af_lookup()
452 const struct rtnl_af_ops *ops; in rtnl_af_lookup()
454 list_for_each_entry(ops, &rtnl_af_ops, list) { in rtnl_af_lookup()
468 void rtnl_af_register(struct rtnl_af_ops *ops) in rtnl_af_register()
471 list_add_tail(&ops->list, &rtnl_af_ops); in rtnl_af_register()
482 void __rtnl_af_unregister(struct rtnl_af_ops *ops) in __rtnl_af_unregister()
492 void rtnl_af_unregister(struct rtnl_af_ops *ops) in rtnl_af_unregister()
502 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size()
508 list_for_each_entry(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size()
[all …]
/linux-4.1.27/net/bridge/
Dbr_netlink.c851 static struct rtnl_af_ops br_af_ops __read_mostly = {
/linux-4.1.27/net/ipv4/
Ddevinet.c2356 static struct rtnl_af_ops inet_af_ops __read_mostly = {
/linux-4.1.27/net/ipv6/
Daddrconf.c5742 static struct rtnl_af_ops inet6_ops __read_mostly = {