summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-11-29 08:59:41 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-11-29 08:59:41 +0000
commitb090e4ce1fdb46e8611694a6aff35b2f130d4763 (patch)
treecef235698aa879aaac3db5364615bb470230a037 /sys/netinet/ip_fw.h
parent9d2058e4d16b33b11f0239bbf6601185608561b0 (diff)
downloadsrc-test2-b090e4ce1fdb46e8611694a6aff35b2f130d4763.tar.gz
src-test2-b090e4ce1fdb46e8611694a6aff35b2f130d4763.zip
Notes
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index 88c13bde31b7..dc5b563cb7ce 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -271,19 +271,6 @@ typedef struct _ipfw_insn_if {
} ipfw_insn_if;
/*
- * This is used for pipe and queue actions, which need to store
- * a single pointer (which can have different size on different
- * architectures.
- * Note that, because of previous instructions, pipe_ptr might
- * be unaligned in the overall structure, so it needs to be
- * manipulated with care.
- */
-typedef struct _ipfw_insn_pipe {
- ipfw_insn o;
- void *pipe_ptr; /* XXX */
-} ipfw_insn_pipe;
-
-/*
* This is used for storing an altq queue id number.
*/
typedef struct _ipfw_insn_altq {
@@ -546,8 +533,6 @@ int ipfw_chk(struct ip_fw_args *);
int ipfw_init(void);
void ipfw_destroy(void);
-void flush_pipe_ptrs(struct dn_flow_set *match); /* used by dummynet */
-
typedef int ip_fw_ctl_t(struct sockopt *);
extern ip_fw_ctl_t *ip_fw_ctl_ptr;
extern int fw_one_pass;