Home
last modified time | relevance | path

Searched refs:rtnl_af_ops (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/net/
Drtnetlink.h135 struct rtnl_af_ops { struct
155 void rtnl_af_register(struct rtnl_af_ops *ops); argument
156 void rtnl_af_unregister(struct rtnl_af_ops *ops);
/Linux-v4.19/net/core/
Drtnetlink.c537 static LIST_HEAD(rtnl_af_ops);
539 static const struct rtnl_af_ops *rtnl_af_lookup(const int family) in rtnl_af_lookup()
541 const struct rtnl_af_ops *ops; in rtnl_af_lookup()
543 list_for_each_entry_rcu(ops, &rtnl_af_ops, list) { in rtnl_af_lookup()
557 void rtnl_af_register(struct rtnl_af_ops *ops) in rtnl_af_register()
560 list_add_tail_rcu(&ops->list, &rtnl_af_ops); in rtnl_af_register()
569 void rtnl_af_unregister(struct rtnl_af_ops *ops) in rtnl_af_unregister()
582 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size()
589 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size()
1541 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af()
[all …]
/Linux-v4.19/net/bridge/
Dbr_netlink.c1598 static struct rtnl_af_ops br_af_ops __read_mostly = {
/Linux-v4.19/net/ipv4/
Ddevinet.c2500 static struct rtnl_af_ops inet_af_ops __read_mostly = {
/Linux-v4.19/net/mpls/
Daf_mpls.c2497 static struct rtnl_af_ops mpls_af_ops __read_mostly = {
/Linux-v4.19/net/ipv6/
Daddrconf.c6684 static struct rtnl_af_ops inet6_ops __read_mostly = {