Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dpf.c427 pd->flowsrc = (*state)->state_key->flowsrc; \
428 pd->flowhash = (*state)->state_key->flowhash; \
1283 (*state)->state_key->af_lan); in pf_src_connlimit()
1287 p.pfra_af = (*state)->state_key->af_lan; in pf_src_connlimit()
1288 switch ((*state)->state_key->af_lan) { in pf_src_connlimit()
1311 sk = st->state_key; in pf_src_connlimit()
1318 (*state)->state_key->af_lan && in pf_src_connlimit()
1319 (((*state)->state_key->direction == in pf_src_connlimit()
1323 ((*state)->state_key->direction == PF_IN && in pf_src_connlimit()
1423 struct pf_state_key *sk = s->state_key; in pf_stateins_err()
[all …]
H A Dpf_ioctl.c3481 sk = s->state_key; in pfioctl_ioc_state_kill()
3579 s->state_key->app_state = 0; in pfioctl_ioc_state()
3604 pf_state_export(&ps->state, s->state_key, s); in pfioctl_ioc_state()
3658 state->state_key, state); in pfioctl_ioc_states()
3743 sk = state->state_key; in pfioctl_ioc_natlook()
H A Dpfvar.h1062 struct pf_state_key *state_key; member