Lines Matching refs:rtnl_af_ops
596 static LIST_HEAD(rtnl_af_ops);
598 static const struct rtnl_af_ops *rtnl_af_lookup(const int family) in rtnl_af_lookup()
600 const struct rtnl_af_ops *ops; in rtnl_af_lookup()
604 list_for_each_entry(ops, &rtnl_af_ops, list) { in rtnl_af_lookup()
618 void rtnl_af_register(struct rtnl_af_ops *ops) in rtnl_af_register()
621 list_add_tail_rcu(&ops->list, &rtnl_af_ops); in rtnl_af_register()
630 void rtnl_af_unregister(struct rtnl_af_ops *ops) in rtnl_af_unregister()
643 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size()
650 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size()
1691 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af()
1698 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_fill_link_af()
2499 const struct rtnl_af_ops *af_ops; in validate_linkmsg()
3096 const struct rtnl_af_ops *af_ops; in do_setlink()
5733 struct rtnl_af_ops *af_ops; in rtnl_fill_statsinfo()
5743 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_fill_statsinfo()
5835 struct rtnl_af_ops *af_ops; in if_nlmsg_stats_size()
5841 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in if_nlmsg_stats_size()