HomeSort by: relevance | last modified time | path
    Searched refs:ipftq_t (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_state.h 260 ipftq_t *iss_tcptab;
285 ipftq_t *ipf_state_usertq;
286 ipftq_t ipf_state_pending;
287 ipftq_t ipf_state_deletetq;
288 ipftq_t ipf_state_udptq;
289 ipftq_t ipf_state_udpacktq;
290 ipftq_t ipf_state_iptq;
291 ipftq_t ipf_state_icmptq;
292 ipftq_t ipf_state_icmpacktq;
293 ipftq_t ipf_state_tcptq[IPF_TCP_NSTATES]
    [all...]
ip_nat.h 668 ipftq_t *ipf_nat_utqe;
672 ipftq_t ipf_nat_udptq;
673 ipftq_t ipf_nat_udpacktq;
674 ipftq_t ipf_nat_icmptq;
675 ipftq_t ipf_nat_icmpacktq;
676 ipftq_t ipf_nat_iptq;
677 ipftq_t ipf_nat_pending;
678 ipftq_t ipf_nat_tcptq[IPF_TCP_NSTATES];
761 extern ipftq_t *ipf_nat_add_tq(ipf_main_softc_t *, int);
ip_fil.h 1313 } ipftq_t; typedef in typeref:struct:ipftq
1848 extern void ipf_apply_timeout(ipftq_t *, u_int);
1849 extern ipftq_t *ipf_addtimeoutqueue(ipf_main_softc_t *, ipftq_t **,
1852 extern int ipf_deletetimeoutqueue(ipftq_t *);
1853 extern void ipf_freetimeoutqueue(ipf_main_softc_t *, ipftq_t *);
1854 extern void ipf_movequeue(u_long, ipftqent_t *, ipftq_t *,
1855 ipftq_t *);
1856 extern void ipf_queueappend(u_long, ipftqent_t *, ipftq_t *, void *);
1859 ipftq_t *, ipftq_t *, u_int *, int, int)
    [all...]
ip_ipsec_pxy.c 28 ipftq_t *ipsec_nat_tqe;
29 ipftq_t *ipsec_state_tqe;
ip_state.c 430 ipftq_t *ifq, *ifqnext;
1668 ipftq_t *tq;
2968 ipf_state_lookup(fr_info_t *fin, tcphdr_t *tcp, ipftq_t **ifqp)
2977 ipftq_t *ifq;
3256 ipftq_t *ifq;
3671 ipftq_t *ifq, *ifqnext;
3744 ipftq_t *ifq;
3960 ipf_tcp_age(ipftqent_t *tqe, fr_info_t *fin, ipftq_t *tqtab, int flags, int ok)
4561 ipf_sttab_init(ipf_main_softc_t *softc, ipftq_t *tqp)
4594 ipf_sttab_destroy(ipftq_t *tqp
    [all...]
fil.c 5612 ipftq_t *
5613 ipf_addtimeoutqueue(ipf_main_softc_t *softc, ipftq_t **parent, u_int seconds)
5615 ipftq_t *ifq;
5637 KMALLOC(ifq, ipftq_t *);
5669 ipf_deletetimeoutqueue(ipftq_t *ifq)
5695 ipf_freetimeoutqueue(ipf_main_softc_t *softc, ipftq_t *ifq)
5734 ipftq_t *ifq;
5768 ipftq_t *ifq;
5804 ipftq_t *ifq;
5845 ipf_queueappend(u_long ticks, ipftqent_t *tqe, ipftq_t *ifq, void *parent
    [all...]
ip_nat.c 388 ipftq_t *tq;
535 ipftq_t *ifq, *ifqnext;
4721 ipftq_t *ifq, *ifq2;
5801 ipftq_t *ifq, *ifqnext;
6464 ipftq_t *oifq, *nifq;
6668 ipftq_t *ifq;
6888 ipftq_t *oifq;
8204 ipftq_t *
ip_fil_compat.c 1172 ipftq_t *iss_tcptab;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 191 } ipftq_t; typedef in typeref:struct:ipftq

Completed in 37 milliseconds