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
1943
static struct rtnl_af_ops br_af_ops __read_mostly = {
net/core/rtnetlink.c
1904
const struct rtnl_af_ops *af_ops;
net/core/rtnetlink.c
1911
list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) {
net/core/rtnetlink.c
2777
struct rtnl_af_ops *af_ops;
net/core/rtnetlink.c
3382
struct rtnl_af_ops *af_ops;
net/core/rtnetlink.c
6143
struct rtnl_af_ops *af_ops;
net/core/rtnetlink.c
6153
list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) {
net/core/rtnetlink.c
6245
struct rtnl_af_ops *af_ops;
net/core/rtnetlink.c
6251
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
755
static struct rtnl_af_ops *rtnl_af_lookup(const int family, int *srcu_index)
net/core/rtnetlink.c
757
struct rtnl_af_ops *ops;
net/core/rtnetlink.c
761
list_for_each_entry_rcu(ops, &rtnl_af_ops, list) {
net/core/rtnetlink.c
775
static void rtnl_af_put(struct rtnl_af_ops *ops, int srcu_index)
net/core/rtnetlink.c
786
int rtnl_af_register(struct rtnl_af_ops *ops)
net/core/rtnetlink.c
794
list_add_tail_rcu(&ops->list, &rtnl_af_ops);
net/core/rtnetlink.c
805
void rtnl_af_unregister(struct rtnl_af_ops *ops)
net/core/rtnetlink.c
820
struct rtnl_af_ops *af_ops;
net/core/rtnetlink.c
827
list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) {
net/ipv4/devinet.c
2945
static struct rtnl_af_ops inet_af_ops __read_mostly = {
net/ipv6/addrconf.c
7542
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 = {