From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: Re: [PATCH 5/5] netfilter: add netfilter ingress hook after handle_ing() under unique static key Date: Wed, 13 May 2015 21:36:25 +0200 Message-ID: <5553A7B9.7030203@6wind.com> References: <1431533978-26901-1-git-send-email-pablo@netfilter.org> <1431533978-26901-6-git-send-email-pablo@netfilter.org> Reply-To: nicolas.dichtel@6wind.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: davem@davemloft.net, netdev@vger.kernel.org, jhs@mojatatu.com, daniel@iogearbox.net, eric.dumazet@gmail.com, kaber@trash.net, ast@plumgrid.com To: Pablo Neira Ayuso , netfilter-devel@vger.kernel.org Return-path: Received: from mail-wg0-f41.google.com ([74.125.82.41]:32916 "EHLO mail-wg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932133AbbEMTg2 (ORCPT ); Wed, 13 May 2015 15:36:28 -0400 Received: by wgin8 with SMTP id n8so54001034wgi.0 for ; Wed, 13 May 2015 12:36:27 -0700 (PDT) In-Reply-To: <1431533978-26901-6-git-send-email-pablo@netfilter.org> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Le 13/05/2015 18:19, Pablo Neira Ayuso a =C3=A9crit : [snip] > --- /dev/null > +++ b/include/linux/netfilter_ingress.h [snip] > +static inline void nf_hook_ingress_init(struct net_device *dev) > +{ > + INIT_LIST_HEAD(&dev->nf_hooks_ingress); nit: this line is indented with spaces instead of a tab. -- To unsubscribe from this list: send the line "unsubscribe netfilter-dev= el" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html