HomeSort by: relevance | last modified time | path
    Searched defs:tqn (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_state.c 3672 ipftqent_t *tqe, *tqn; local in function:ipf_state_expire
3679 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3682 tqn = tqe->tqe_next;
3690 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3693 tqn = tqe->tqe_next;
3742 ipftqent_t *tqe, *tqn; local in function:ipf_state_flush
3780 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); )
    [all...]
ip_nat.c 5802 ipftqent_t *tqe, *tqn; local in function:ipf_nat_expire
5810 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) {
5813 tqn = tqe->tqe_next;
5819 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) {
5822 tqn = tqe->tqe_next;
6667 ipftqent_t *tqn; local in function:ipf_nat_extraflush
6698 for (tqn = ifq->ifq_head; tqn != NULL; )
    [all...]
fil.c 8736 ipftqent_t *tqe, *tqn; local in function:ipf_queueflush
8739 for (tqn = ipfqs[IPF_TCPS_CLOSED].ifq_head; ((tqe = tqn) != NULL); ) {
8740 tqn = tqe->tqe_next;
8745 for (tqn = ipfqs[IPF_TCPS_TIME_WAIT].ifq_head;
8746 ((tqe = tqn) != NULL); ) {
8747 tqn = tqe->tqe_next;
8789 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
8792 tqn = tqe->tqe_next
    [all...]

Completed in 24 milliseconds