sync with OpenBSD -current
This commit is contained in:
parent
492219ffd1
commit
087a435dae
17 changed files with 98 additions and 184 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: pf.c,v 1.1194 2024/04/12 16:07:09 bluhm Exp $ */
|
||||
/* $OpenBSD: pf.c,v 1.1195 2024/05/10 03:50:12 jsg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 Daniel Hartmeier
|
||||
|
@ -239,7 +239,7 @@ int pf_src_connlimit(struct pf_state **);
|
|||
int pf_match_rcvif(struct mbuf *, struct pf_rule *);
|
||||
int pf_step_into_anchor(struct pf_test_ctx *,
|
||||
struct pf_rule *);
|
||||
int pf_match_rule(struct pf_test_ctx *,
|
||||
enum pf_test_status pf_match_rule(struct pf_test_ctx *,
|
||||
struct pf_ruleset *);
|
||||
void pf_counters_inc(int, struct pf_pdesc *,
|
||||
struct pf_state *, struct pf_rule *,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue