Lines Matching refs:fib_rule
11 struct fib_rule { struct
22 struct fib_rule __rcu *ctarget; argument
37 struct fib_rule *rule; argument
50 int (*action)(struct fib_rule *,
53 bool (*suppress)(struct fib_rule *,
55 int (*match)(struct fib_rule *,
57 int (*configure)(struct fib_rule *,
61 int (*delete)(struct fib_rule *);
62 int (*compare)(struct fib_rule *,
65 int (*fill)(struct fib_rule *, struct sk_buff *,
68 size_t (*nlmsg_payload)(struct fib_rule *);
93 static inline void fib_rule_get(struct fib_rule *rule) in fib_rule_get()
98 static inline void fib_rule_put(struct fib_rule *rule) in fib_rule_put()