linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnaud Lacombe <lacombar@gmail.com>
To: "Luis R. Rodriguez" <lrodriguez@atheros.com>
Cc: mcgrof@bombadil.infradead.org, linux-wireless@vger.kernel.org,
	Arnaud Lacombe <lacombar@gmail.com>
Subject: [PATCH 4/5] Add `enum nf_inet_hooks'
Date: Tue,  1 Dec 2009 03:38:20 -0500	[thread overview]
Message-ID: <1259656701-12329-4-git-send-email-lacombar@gmail.com> (raw)
In-Reply-To: <1259656701-12329-3-git-send-email-lacombar@gmail.com>

Introduced on commit 6e23ae2a by Patrick McHardy in include/linux/netfilter.h in
order to factor common macro value used by IPv6 and IPv4 code.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
---
 compat-2.6.25.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/compat-2.6.25.h b/compat-2.6.25.h
index 5502741..fa42fd9 100644
--- a/compat-2.6.25.h
+++ b/compat-2.6.25.h
@@ -29,6 +29,15 @@ extern void		__dev_addr_unsync(struct dev_addr_list **to, int *to_count, struct
 
 #define seq_file_net &init_net;
 
+enum nf_inet_hooks {
+	NF_INET_PRE_ROUTING = 0,
+	NF_INET_LOCAL_IN = 1,
+	NF_INET_FORWARD = 2,
+	NF_INET_LOCAL_OUT = 3,
+	NF_INET_POST_ROUTING = 4,
+	NF_INET_NUMHOOKS = 5
+};
+
 /* The patch:
  * commit 8b5f6883683c91ad7e1af32b7ceeb604d68e2865
  * Author: Marcin Slusarz <marcin.slusarz@gmail.com>
-- 
1.6.3.3.385.g60647.dirty


  reply	other threads:[~2009-12-01  8:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-24  2:25 [PATCH 08/13] Add compatibility macro for register_sysctl_table() Arnaud Lacombe
2009-12-01  7:24 ` Luis R. Rodriguez
2009-12-01  8:38 ` [PATCH 1/5] Add posix SHUT_RD/SHUT_WR/SHUT_RDWR macros Arnaud Lacombe
2009-12-01  8:38   ` [PATCH 2/5] Add compatibility call for dev_get_stats() Arnaud Lacombe
2009-12-01  8:38     ` [PATCH 3/5] Add more `skb->dst' accessors Arnaud Lacombe
2009-12-01  8:38       ` Arnaud Lacombe [this message]
2009-12-01  8:38         ` [PATCH 5/5] Trailing space nits Arnaud Lacombe
2009-12-01 17:58   ` [PATCH 1/5] Add posix SHUT_RD/SHUT_WR/SHUT_RDWR macros Luis R. Rodriguez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1259656701-12329-4-git-send-email-lacombar@gmail.com \
    --to=lacombar@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lrodriguez@atheros.com \
    --cc=mcgrof@bombadil.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).