Searched refs:rtnl_af_ops (Results 1 – 5 of 5) sorted by relevance
120 struct rtnl_af_ops { struct136 void __rtnl_af_unregister(struct rtnl_af_ops *ops); argument138 void rtnl_af_register(struct rtnl_af_ops *ops);139 void rtnl_af_unregister(struct rtnl_af_ops *ops);
448 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 …]
1218 static struct rtnl_af_ops br_af_ops __read_mostly = {
2376 static struct rtnl_af_ops inet_af_ops __read_mostly = {
5883 static struct rtnl_af_ops inet6_ops __read_mostly = {