summaryrefslogtreecommitdiff
path: root/sys/net/pfvar.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2017-08-14 15:58:17 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2017-08-14 15:58:17 +0000
commit8b1b4ae9ba396ac44238ecda2baa6ad88e21771f (patch)
treebed136a203ea711aa0b810cb3d3ccdff4537d025 /sys/net/pfvar.h
parentc9ea21b350ccd750d14adb1c918f4188bbceb944 (diff)
move pf_get_wscale + pf_get_mss prototypes to pfvar.h (diff shrinkage)
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r--sys/net/pfvar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index 050e0311921..cfd21802e8f 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfvar.h,v 1.464 2017/08/14 15:48:29 henning Exp $ */
+/* $OpenBSD: pfvar.h,v 1.465 2017/08/14 15:58:16 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -1897,6 +1897,8 @@ int pf_state_key_isvalid(struct pf_state_key *);
void pf_pkt_unlink_state_key(struct mbuf *);
void pf_pkt_state_key_ref(struct mbuf *);
+u_int8_t pf_get_wscale(struct pf_pdesc *);
+u_int16_t pf_get_mss(struct pf_pdesc *);
struct mbuf * pf_build_tcp(const struct pf_rule *, sa_family_t,
const struct pf_addr *, const struct pf_addr *,
u_int16_t, u_int16_t, u_int32_t, u_int32_t,