diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/fib_rules.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h index 08bab8b6e575..ed3a8872c6ca 100644 --- a/include/net/fib_rules.h +++ b/include/net/fib_rules.h | |||
@@ -59,6 +59,10 @@ struct fib_rules_ops | |||
59 | u32 (*default_pref)(void); | 59 | u32 (*default_pref)(void); |
60 | size_t (*nlmsg_payload)(struct fib_rule *); | 60 | size_t (*nlmsg_payload)(struct fib_rule *); |
61 | 61 | ||
62 | /* Called after modifications to the rules set, must flush | ||
63 | * the route cache if one exists. */ | ||
64 | void (*flush_cache)(void); | ||
65 | |||
62 | int nlgroup; | 66 | int nlgroup; |
63 | struct nla_policy *policy; | 67 | struct nla_policy *policy; |
64 | struct list_head *rules_list; | 68 | struct list_head *rules_list; |