Symbol: pf_test_ctx
sys/net/pfvar.h
3133
enum pf_test_status pf_step_into_anchor(struct pf_test_ctx *, struct pf_krule *);
sys/net/pfvar.h
3154
u_short pf_get_translation(struct pf_test_ctx *);
sys/net/pfvar.h
3155
u_short pf_get_transaddr(struct pf_test_ctx *,
sys/net/pfvar.h
3158
int pf_translate_compat(struct pf_test_ctx *);
sys/netpfil/pf/pf.c
345
static enum pf_test_status pf_match_rule(struct pf_test_ctx *, struct pf_kruleset *);
sys/netpfil/pf/pf.c
351
struct pf_test_ctx *,
sys/netpfil/pf/pf.c
5113
pf_step_into_anchor(struct pf_test_ctx *ctx, struct pf_krule *r)
sys/netpfil/pf/pf.c
5942
pf_rule_apply_nat(struct pf_test_ctx *ctx, struct pf_krule *r)
sys/netpfil/pf/pf.c
5991
pf_match_rule(struct pf_test_ctx *ctx, struct pf_kruleset *ruleset)
sys/netpfil/pf/pf.c
6378
struct pf_test_ctx ctx;
sys/netpfil/pf/pf.c
6661
pf_create_state(struct pf_krule *r, struct pf_test_ctx *ctx,
sys/netpfil/pf/pf.c
7139
pf_translate_compat(struct pf_test_ctx *ctx)
sys/netpfil/pf/pf_lb.c
1053
pf_get_translation(struct pf_test_ctx *ctx)
sys/netpfil/pf/pf_lb.c
1092
pf_get_transaddr(struct pf_test_ctx *ctx, struct pf_krule *r,
sys/netpfil/pf/pf_lb.c
137
pf_match_translation_rule(int rs_num, struct pf_test_ctx *ctx, struct pf_kruleset *ruleset)
sys/netpfil/pf/pf_lb.c
240
pf_step_into_translation_anchor(int rs_num, struct pf_test_ctx *ctx, struct pf_krule *r)
sys/netpfil/pf/pf_lb.c
278
pf_match_translation(int rs_num, struct pf_test_ctx *ctx)
sys/netpfil/pf/pf_lb.c
76
static struct pf_krule *pf_match_translation(int, struct pf_test_ctx *);
sys/netpfil/pf/pf_lb.c
77
static enum pf_test_status pf_step_into_translation_anchor(int, struct pf_test_ctx *,