Searched defs:fib_notifier_ops (Results 1 – 1 of 1) sorted by relevance
12788 struct fib_notifier_ops { struct12789 int family;12790 struct list_head list;12791 unsigned int (*fib_seq_read)(struct net *);12792 int (*fib_dump)(struct net *, struct notifier_block *, struct netlink_ext_ack *);12793 struct module *owner;12794 struct callback_head rcu;78333 struct list_head fib_notifier_ops; member