Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Drtnetlink.h159 struct rtnl_af_ops { struct
180 void rtnl_af_register(struct rtnl_af_ops *ops); argument
181 void rtnl_af_unregister(struct rtnl_af_ops *ops);
/Linux-v6.1/net/core/
Drtnetlink.c577 static LIST_HEAD(rtnl_af_ops);
579 static const struct rtnl_af_ops *rtnl_af_lookup(const int family) in rtnl_af_lookup()
581 const struct rtnl_af_ops *ops; in rtnl_af_lookup()
585 list_for_each_entry(ops, &rtnl_af_ops, list) { in rtnl_af_lookup()
599 void rtnl_af_register(struct rtnl_af_ops *ops) in rtnl_af_register()
602 list_add_tail_rcu(&ops->list, &rtnl_af_ops); in rtnl_af_register()
611 void rtnl_af_unregister(struct rtnl_af_ops *ops) in rtnl_af_unregister()
624 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size()
631 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size()
1629 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af()
[all …]
/Linux-v6.1/net/mctp/
Ddevice.c527 static struct rtnl_af_ops mctp_af_ops = {
/Linux-v6.1/net/bridge/
Dbr_netlink.c1822 static struct rtnl_af_ops br_af_ops __read_mostly = {
/Linux-v6.1/net/mpls/
Daf_mpls.c2735 static struct rtnl_af_ops mpls_af_ops __read_mostly = {
/Linux-v6.1/net/ipv4/
Ddevinet.c2767 static struct rtnl_af_ops inet_af_ops __read_mostly = {
/Linux-v6.1/net/ipv6/
Daddrconf.c7259 static struct rtnl_af_ops inet6_ops __read_mostly = {