Symbol: rtnl_af_ops
include/net/rtnetlink.h
243
int rtnl_af_register(struct rtnl_af_ops *ops);
include/net/rtnetlink.h
244
void rtnl_af_unregister(struct rtnl_af_ops *ops);
net/bridge/br_netlink.c
1894
static struct rtnl_af_ops br_af_ops __read_mostly = {
net/core/rtnetlink.c
1900
const struct rtnl_af_ops *af_ops;
net/core/rtnetlink.c
1907
list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) {
net/core/rtnetlink.c
2742
struct rtnl_af_ops *af_ops;
net/core/rtnetlink.c
3347
struct rtnl_af_ops *af_ops;
net/core/rtnetlink.c
6048
struct rtnl_af_ops *af_ops;
net/core/rtnetlink.c
6058
list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) {
net/core/rtnetlink.c
6150
struct rtnl_af_ops *af_ops;
net/core/rtnetlink.c
6156
list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) {
net/core/rtnetlink.c
752
static LIST_HEAD(rtnl_af_ops);
net/core/rtnetlink.c
754
static struct rtnl_af_ops *rtnl_af_lookup(const int family, int *srcu_index)
net/core/rtnetlink.c
756
struct rtnl_af_ops *ops;
net/core/rtnetlink.c
762
list_for_each_entry_rcu(ops, &rtnl_af_ops, list) {
net/core/rtnetlink.c
776
static void rtnl_af_put(struct rtnl_af_ops *ops, int srcu_index)
net/core/rtnetlink.c
787
int rtnl_af_register(struct rtnl_af_ops *ops)
net/core/rtnetlink.c
795
list_add_tail_rcu(&ops->list, &rtnl_af_ops);
net/core/rtnetlink.c
806
void rtnl_af_unregister(struct rtnl_af_ops *ops)
net/core/rtnetlink.c
821
struct rtnl_af_ops *af_ops;
net/core/rtnetlink.c
828
list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) {
net/ipv4/devinet.c
2876
static struct rtnl_af_ops inet_af_ops __read_mostly = {
net/ipv6/addrconf.c
7503
static struct rtnl_af_ops inet6_ops __read_mostly = {
net/mctp/device.c
514
static struct rtnl_af_ops mctp_af_ops = {
net/mpls/af_mpls.c
2820
static struct rtnl_af_ops mpls_af_ops __read_mostly = {