Home
last modified time | relevance | path

Searched defs:fib_notifier_ops (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h10915 struct fib_notifier_ops { struct
10916 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