Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Drtnetlink.h120 struct rtnl_af_ops { struct
136 void __rtnl_af_unregister(struct rtnl_af_ops *ops); argument
138 void rtnl_af_register(struct rtnl_af_ops *ops);
139 void rtnl_af_unregister(struct rtnl_af_ops *ops);
/linux-4.4.14/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()
503 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size()
509 list_for_each_entry(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size()
[all …]
/linux-4.4.14/net/bridge/
Dbr_netlink.c1218 static struct rtnl_af_ops br_af_ops __read_mostly = {
/linux-4.4.14/net/ipv4/
Ddevinet.c2376 static struct rtnl_af_ops inet_af_ops __read_mostly = {
/linux-4.4.14/net/ipv6/
Daddrconf.c5883 static struct rtnl_af_ops inet6_ops __read_mostly = {