Searched refs:rtnl_af_ops (Results 1 – 7 of 7) 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);
746 static LIST_HEAD(rtnl_af_ops);750 struct rtnl_af_ops *ops; in rtnl_af_lookup()781 int rtnl_af_register(struct rtnl_af_ops *ops) in rtnl_af_register()789 list_add_tail_rcu(&ops->list, &rtnl_af_ops); in rtnl_af_register()800 void rtnl_af_unregister(struct rtnl_af_ops *ops) in rtnl_af_unregister()815 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size()1868 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af()2703 struct rtnl_af_ops *af_ops; in validate_linkmsg()3319 struct rtnl_af_ops *af_ops; in do_setlink()6022 struct rtnl_af_ops *af_ops; in rtnl_fill_statsinfo()[all …]
513 static struct rtnl_af_ops mctp_af_ops = {
1894 static struct rtnl_af_ops br_af_ops __read_mostly = {
2725 static struct rtnl_af_ops mpls_af_ops __read_mostly = {
2878 static struct rtnl_af_ops inet_af_ops __read_mostly = {
7425 static struct rtnl_af_ops inet6_ops __read_mostly = {