On Tue, Jul 12, 2016 at 11:32:19AM -0400, Aaron Conole wrote: > +/* recursively invokes nf_hook_slow (again), skipping already-called > + * hooks (< NF_BR_PRI_BRNF). > + * > + * Called with rcu read lock held. > + */ > +int br_nf_hook_thresh(unsigned int hook, struct net *net, > + struct sock *sk, struct sk_buff *skb, > + struct net_device *indev, > + struct net_device *outdev, > + int (*okfn)(struct net *, struct sock *, > + struct sk_buf *)) ^^^^^^ This doesn't compile. Please, make sure patches compile independently so we make sure git bisectability doesn't break. Thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html