diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/netfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h index 20ed4528e850..7fa95df60146 100644 --- a/include/linux/netfilter.h +++ b/include/linux/netfilter.h | |||
@@ -271,7 +271,7 @@ struct nf_afinfo { | |||
271 | unsigned int len, | 271 | unsigned int len, |
272 | u_int8_t protocol); | 272 | u_int8_t protocol); |
273 | int (*route)(struct net *net, struct dst_entry **dst, | 273 | int (*route)(struct net *net, struct dst_entry **dst, |
274 | struct flowi *fl); | 274 | struct flowi *fl, bool strict); |
275 | void (*saveroute)(const struct sk_buff *skb, | 275 | void (*saveroute)(const struct sk_buff *skb, |
276 | struct nf_queue_entry *entry); | 276 | struct nf_queue_entry *entry); |
277 | int (*reroute)(struct sk_buff *skb, | 277 | int (*reroute)(struct sk_buff *skb, |