Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Drtnetlink.h137 struct rtnl_af_ops { struct
157 void rtnl_af_register(struct rtnl_af_ops *ops); argument
158 void rtnl_af_unregister(struct rtnl_af_ops *ops);
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c538 static LIST_HEAD(rtnl_af_ops);
540 static const struct rtnl_af_ops *rtnl_af_lookup(const int family) in rtnl_af_lookup()
542 const struct rtnl_af_ops *ops; in rtnl_af_lookup()
544 list_for_each_entry_rcu(ops, &rtnl_af_ops, list) { in rtnl_af_lookup()
558 void rtnl_af_register(struct rtnl_af_ops *ops) in rtnl_af_register()
561 list_add_tail_rcu(&ops->list, &rtnl_af_ops); in rtnl_af_register()
570 void rtnl_af_unregister(struct rtnl_af_ops *ops) in rtnl_af_unregister()
583 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size()
590 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size()
1597 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af()
[all …]
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_netlink.c1691 static struct rtnl_af_ops br_af_ops __read_mostly = {
/OK3568_Linux_fs/kernel/net/ipv4/
H A Ddevinet.c2753 static struct rtnl_af_ops inet_af_ops __read_mostly = {
/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c2744 static struct rtnl_af_ops mpls_af_ops __read_mostly = {
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf.c7153 static struct rtnl_af_ops inet6_ops __read_mostly = {