diff --git a/net/netfilter/xt_policy.c b/net/netfilter/xt_policy.c index 46ee7e81a7af124803fadd6960239da1c8fd81bd..45731ca15b7d55f124c780328766afaea9813d1b 100644 --- a/net/netfilter/xt_policy.c +++ b/net/netfilter/xt_policy.c @@ -33,7 +33,7 @@ xt_addr_cmp(const union xt_policy_addr *a1, const union xt_policy_addr *m, return false; } -static inline bool +static bool match_xfrm_state(const struct xfrm_state *x, const struct xt_policy_elem *e, unsigned short family) {