Searched refs:tqe_touched (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dprintactivenat.c144 nat->nat_tqe.tqe_die, nat->nat_tqe.tqe_touched,
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_state.h90 #define is_touched is_sti.tqe_touched
H A Dip_nat.h160 #define nat_touched nat_tqe.tqe_touched
H A Dfil.c5928 tqe->tqe_touched = ticks;
5978 tqe->tqe_touched = ticks;
6007 if (oifq == nifq && tqe->tqe_touched == ticks)
6017 tqe->tqe_touched = ticks;
8946 /* - tqe_touched is when the entry was last used by NAT/state */
8947 /* - the closer tqe_touched is to ipf_ticks, the further tqe_die will be */
8949 /* - both tqe_die and tqe_touched increase over time */
9026 if (try < tqe->tqe_touched)
9038 if (try < tqe->tqe_touched)
H A Dip_fil.h1293 u_32_t tqe_touched; member in struct:ipftqent

Completed in 78 milliseconds