|
@@ -129,7 +129,7 @@ extern const struct nla_policy nf_ct_port_nla_policy[];
|
|
|
&& net_ratelimit())
|
|
&& net_ratelimit())
|
|
|
#endif
|
|
#endif
|
|
|
#else
|
|
#else
|
|
|
-#define LOG_INVALID(net, proto) 0
|
|
|
|
|
|
|
+static inline int LOG_INVALID(struct net *net, int proto) { return 0; }
|
|
|
#endif /* CONFIG_SYSCTL */
|
|
#endif /* CONFIG_SYSCTL */
|
|
|
|
|
|
|
|
#endif /*_NF_CONNTRACK_PROTOCOL_H*/
|
|
#endif /*_NF_CONNTRACK_PROTOCOL_H*/
|