holger@xxxxxxxxxxxxxxxx <holger@xxxxxxxxxxxxxxxx> wrote: > +struct xt_NFQ_info_v3 { > + __u16 queuenum; > + __u16 queues_total; > + __u16 bypass; > + __u16 flags; > +#define NFQ_FLAG_CPU_FANOUT 0x01 /* use current CPU (no hashing) */ > +}; minor nit: 'bypass' could be folded into 'flags' via a '#define NFQ_FLAG_BYPASS'. -- 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