Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dpf.c426 pd->flowsrc = (*state)->state_key->flowsrc; \
427 pd->flowhash = (*state)->state_key->flowhash; \
1269 (*state)->state_key->af_lan); in pf_src_connlimit()
1273 p.pfra_af = (*state)->state_key->af_lan; in pf_src_connlimit()
1274 switch ((*state)->state_key->af_lan) { in pf_src_connlimit()
1297 sk = st->state_key; in pf_src_connlimit()
1304 (*state)->state_key->af_lan && in pf_src_connlimit()
1305 (((*state)->state_key->direction == in pf_src_connlimit()
1309 ((*state)->state_key->direction == PF_IN && in pf_src_connlimit()
1409 struct pf_state_key *sk = s->state_key; in pf_stateins_err()
[all …]
H A Dpf_ioctl.c3425 sk = s->state_key; in pfioctl_ioc_state_kill()
3523 s->state_key->app_state = 0; in pfioctl_ioc_state()
3548 pf_state_export(&ps->state, s->state_key, s); in pfioctl_ioc_state()
3602 state->state_key, state); in pfioctl_ioc_states()
3687 sk = state->state_key; in pfioctl_ioc_natlook()
H A Dpfvar.h1051 struct pf_state_key *state_key; member