Symbol: pf_test_ctx
sys/net/pfvar.h
3132
enum pf_test_status pf_step_into_anchor(struct pf_test_ctx *, struct pf_krule *);
sys/net/pfvar.h
3153
u_short pf_get_translation(struct pf_test_ctx *);
sys/net/pfvar.h
3154
u_short pf_get_transaddr(struct pf_test_ctx *,
sys/net/pfvar.h
3157
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
5085
pf_step_into_anchor(struct pf_test_ctx *ctx, struct pf_krule *r)
sys/netpfil/pf/pf.c
5914
pf_rule_apply_nat(struct pf_test_ctx *ctx, struct pf_krule *r)
sys/netpfil/pf/pf.c
5963
pf_match_rule(struct pf_test_ctx *ctx, struct pf_kruleset *ruleset)
sys/netpfil/pf/pf.c
6350
struct pf_test_ctx ctx;
sys/netpfil/pf/pf.c
6633
pf_create_state(struct pf_krule *r, struct pf_test_ctx *ctx,
sys/netpfil/pf/pf.c
7111
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 *,