summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2001-02-10 00:10:18 +0000
committerluigi <luigi@FreeBSD.org>2001-02-10 00:10:18 +0000
commitbc66105b1dd64dd9599a78cd769be24fc39b89ea (patch)
treef2ecbab7993f781ecaad9607cce4fad0163a4001 /sys/netinet/ip_fw.h
parentca76da11764ea0bc1e044049f7a5c30eedfc8c7e (diff)
downloadFreeBSD-src-bc66105b1dd64dd9599a78cd769be24fc39b89ea.zip
FreeBSD-src-bc66105b1dd64dd9599a78cd769be24fc39b89ea.tar.gz
Sync with the bridge/dummynet/ipfw code already tested in stable.
In ip_fw.[ch] change a couple of variable and field names to avoid having types, variables and fields with the same name.
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index 3d639d1..81da17a 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -130,8 +130,8 @@ struct ip_fw_ext { /* extended structure */
#define fw_fwd_ip fw_un.fu_fwd_ip
struct ip_fw_chain {
- LIST_ENTRY(ip_fw_chain) chain;
- struct ip_fw *rule;
+ LIST_ENTRY(ip_fw_chain) next;
+ struct ip_fw *rule;
};
/*
OpenPOWER on IntegriCloud