Home | History | Annotate | Download | only in netinet

Lines Matching refs:ipsc_state

252 		(void) ipf_state_add(softc, &fi, &ipsec->ipsc_state, SI_WILDP);
285 if ((ipsec->ipsc_nat == NULL) || (ipsec->ipsc_state == NULL)) {
325 if (ipsec->ipsc_state != NULL) {
327 &ipsec->ipsc_state->is_sti);
328 ipsec->ipsc_state->is_die = nat->nat_age;
334 (void) ipf_state_add(softc, &fi, &ipsec->ipsc_state,
405 if (ipsec->ipsc_state != NULL) {
406 ipsec->ipsc_state->is_die = softc->ipf_ticks + 1;
407 ipsec->ipsc_state->is_me = NULL;
408 ipf_queuefront(&ipsec->ipsc_state->is_sti);
412 ipsec->ipsc_state = NULL;