Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf.c430 pd->flowsrc = (*state)->state_key->flowsrc; \
431 pd->flowhash = (*state)->state_key->flowhash; \
1286 (*state)->state_key->af_lan); in pf_src_connlimit()
1290 p.pfra_af = (*state)->state_key->af_lan; in pf_src_connlimit()
1291 switch ((*state)->state_key->af_lan) { in pf_src_connlimit()
1314 sk = st->state_key; in pf_src_connlimit()
1321 (*state)->state_key->af_lan && in pf_src_connlimit()
1322 (((*state)->state_key->direction == in pf_src_connlimit()
1326 ((*state)->state_key->direction == PF_IN && in pf_src_connlimit()
1426 struct pf_state_key *sk = s->state_key; in pf_stateins_err()
[all …]
H A Dpf_ioctl.c3482 sk = s->state_key; in pfioctl_ioc_state_kill()
3580 s->state_key->app_state = 0; in pfioctl_ioc_state()
3605 pf_state_export(&ps->state, s->state_key, s); in pfioctl_ioc_state()
3659 state->state_key, state); in pfioctl_ioc_states()
3744 sk = state->state_key; in pfioctl_ioc_natlook()
H A Dpfvar.h1062 struct pf_state_key *state_key; member