Searched refs:is_sti (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_state.h43 struct ipftqent is_sti; member in struct:ipstate
80 #define is_die is_sti.tqe_die
81 #define is_state is_sti.tqe_state
82 #define is_touched is_sti.tqe_touched
H A Dip_state.c902 isn->is_sti.tqe_pnext = NULL;
903 isn->is_sti.tqe_next = NULL;
904 isn->is_sti.tqe_ifq = NULL;
905 isn->is_sti.tqe_parent = isn;
1658 is->is_sti.tqe_flags |= TQE_RULEBASED;
1665 is->is_sti.tqe_flags |= TQE_RULEBASED;
1790 (void) ipf_tcp_age(&is->is_sti, fin, softs->ipf_state_tcptq,
1975 ipf_movequeue(softc->ipf_ticks, &is->is_sti,
1976 is->is_sti.tqe_ifq,
1994 ret = ipf_tcp_age(&is->is_sti, fi
[all...]
H A Dip_ipsec_pxy.c321 &ipsec->ipsc_state->is_sti);
402 ipf_queuefront(&ipsec->ipsc_state->is_sti);
H A Dip_pptp_pxy.c251 ipf_queueback(softc->ipf_ticks, &pptp->pptp_state->is_sti);

Completed in 85 milliseconds