Searched defs:fib_notifier_ops (Results 1 – 1 of 1) sorted by relevance
10915 struct fib_notifier_ops { struct10916 int family;10917 struct list_head list;10918 unsigned int (*fib_seq_read)(struct net *);10919 int (*fib_dump)(struct net *, struct notifier_block *, struct netlink_ext_ack *);10920 struct module *owner;10921 struct callback_head rcu;148493 struct list_head fib_notifier_ops; member