Lines Matching refs:fib_rule
11 struct fib_rule { struct
23 struct fib_rule __rcu *ctarget; argument
38 struct fib_rule *rule; argument
52 int (*action)(struct fib_rule *,
55 bool (*suppress)(struct fib_rule *,
57 int (*match)(struct fib_rule *,
59 int (*configure)(struct fib_rule *,
63 int (*delete)(struct fib_rule *);
64 int (*compare)(struct fib_rule *,
67 int (*fill)(struct fib_rule *, struct sk_buff *,
69 size_t (*nlmsg_payload)(struct fib_rule *);
94 static inline void fib_rule_get(struct fib_rule *rule) in fib_rule_get()
99 static inline void fib_rule_put(struct fib_rule *rule) in fib_rule_put()