Searched refs:rtnl_af_ops (Results 1 – 9 of 9) sorted by relevance
145 struct rtnl_af_ops { struct166 void rtnl_af_register(struct rtnl_af_ops *ops); argument167 void rtnl_af_unregister(struct rtnl_af_ops *ops);
540 static LIST_HEAD(rtnl_af_ops);544 const struct rtnl_af_ops *ops; in rtnl_af_lookup()548 list_for_each_entry(ops, &rtnl_af_ops, list) { in rtnl_af_lookup()562 void rtnl_af_register(struct rtnl_af_ops *ops) in rtnl_af_register()565 list_add_tail_rcu(&ops->list, &rtnl_af_ops); in rtnl_af_register()587 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size()1590 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af()2285 const struct rtnl_af_ops *af_ops; in validate_linkmsg()2871 const struct rtnl_af_ops *af_ops; in do_setlink()5209 struct rtnl_af_ops *af_ops; in rtnl_fill_statsinfo()[all …]
468 static struct rtnl_af_ops mctp_af_ops = {
1767 static struct rtnl_af_ops br_af_ops __read_mostly = {
2736 static struct rtnl_af_ops mpls_af_ops __read_mostly = {
2758 static struct rtnl_af_ops inet_af_ops __read_mostly = {
7182 static struct rtnl_af_ops inet6_ops __read_mostly = {
159226 ffff8000120bfb90 d rtnl_af_ops
Completed in 409 milliseconds