Searched refs:rtnl_af_ops (Results 1 – 5 of 5) sorted by relevance
220 struct rtnl_af_ops { struct243 int rtnl_af_register(struct rtnl_af_ops *ops); argument244 void rtnl_af_unregister(struct rtnl_af_ops *ops);
752 static LIST_HEAD(rtnl_af_ops);754 static struct rtnl_af_ops *rtnl_af_lookup(const int family, int *srcu_index) in rtnl_af_lookup()756 struct rtnl_af_ops *ops; in rtnl_af_lookup()762 list_for_each_entry_rcu(ops, &rtnl_af_ops, list) { in rtnl_af_lookup()776 static void rtnl_af_put(struct rtnl_af_ops *ops, int srcu_index) in rtnl_af_put()787 int rtnl_af_register(struct rtnl_af_ops *ops) in rtnl_af_register()795 list_add_tail_rcu(&ops->list, &rtnl_af_ops); in rtnl_af_register()806 void rtnl_af_unregister(struct rtnl_af_ops *ops) in rtnl_af_unregister()821 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size()828 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size()[all …]
514 static struct rtnl_af_ops mctp_af_ops = {
2816 static struct rtnl_af_ops mpls_af_ops __read_mostly = {
7511 static struct rtnl_af_ops inet6_ops __read_mostly = {