Home
last modified time | relevance | path

Searched refs:state_key (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dpf.c423 pd->flowsrc = (*state)->state_key->flowsrc; \
424 pd->flowhash = (*state)->state_key->flowhash; \
1249 (*state)->state_key->af_lan); in pf_src_connlimit()
1253 p.pfra_af = (*state)->state_key->af_lan; in pf_src_connlimit()
1254 switch ((*state)->state_key->af_lan) { in pf_src_connlimit()
1277 sk = st->state_key; in pf_src_connlimit()
1284 (*state)->state_key->af_lan && in pf_src_connlimit()
1285 (((*state)->state_key->direction == in pf_src_connlimit()
1289 ((*state)->state_key->direction == PF_IN && in pf_src_connlimit()
1388 struct pf_state_key *sk = s->state_key; in pf_stateins_err()
[all …]
H A Dpf_ioctl.c3406 sk = s->state_key; in pfioctl_ioc_state_kill()
3504 s->state_key->app_state = 0; in pfioctl_ioc_state()
3529 pf_state_export(&ps->state, s->state_key, s); in pfioctl_ioc_state()
3583 state->state_key, state); in pfioctl_ioc_states()
3668 sk = state->state_key; in pfioctl_ioc_natlook()
H A Dpfvar.h1051 struct pf_state_key *state_key; member