Searched refs:state_key (Results 1 – 3 of 3) sorted by relevance
427 pd->flowsrc = (*state)->state_key->flowsrc; \428 pd->flowhash = (*state)->state_key->flowhash; \1302 (*state)->state_key->af_lan); in pf_src_connlimit()1306 p.pfra_af = (*state)->state_key->af_lan; in pf_src_connlimit()1307 switch ((*state)->state_key->af_lan) { in pf_src_connlimit()1330 sk = st->state_key; in pf_src_connlimit()1337 (*state)->state_key->af_lan && in pf_src_connlimit()1338 (((*state)->state_key->direction == in pf_src_connlimit()1342 ((*state)->state_key->direction == PF_IN && in pf_src_connlimit()1442 struct pf_state_key *sk = s->state_key; in pf_stateins_err()[all …]
3473 sk = s->state_key; in pfioctl_ioc_state_kill()3571 s->state_key->app_state = 0; in pfioctl_ioc_state()3596 pf_state_export(&ps->state, s->state_key, s); in pfioctl_ioc_state()3650 state->state_key, state); in pfioctl_ioc_states()3735 sk = state->state_key; in pfioctl_ioc_natlook()
1051 struct pf_state_key *state_key; member