Searched refs:ipftq_t (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/sys/contrib/ipfilter/netinet/ |
| HD | ip_state.h | 261 ipftq_t *iss_tcptab; 286 ipftq_t *ipf_state_usertq; 287 ipftq_t ipf_state_pending; 288 ipftq_t ipf_state_deletetq; 289 ipftq_t ipf_state_udptq; 290 ipftq_t ipf_state_udpacktq; 291 ipftq_t ipf_state_iptq; 292 ipftq_t ipf_state_icmptq; 293 ipftq_t ipf_state_icmpacktq; 294 ipftq_t ipf_state_tcptq[IPF_TCP_NSTATES]; [all …]
|
| HD | ip_nat.h | 652 ipftq_t *ipf_nat_utqe; 656 ipftq_t ipf_nat_udptq; 657 ipftq_t ipf_nat_udpacktq; 658 ipftq_t ipf_nat_icmptq; 659 ipftq_t ipf_nat_icmpacktq; 660 ipftq_t ipf_nat_iptq; 661 ipftq_t ipf_nat_pending; 662 ipftq_t ipf_nat_tcptq[IPF_TCP_NSTATES]; 741 extern ipftq_t *ipf_nat_add_tq __P((ipf_main_softc_t *, int));
|
| HD | ip_fil.h | 1314 } ipftq_t; typedef 1848 extern void ipf_apply_timeout __P((ipftq_t *, u_int)); 1849 extern ipftq_t *ipf_addtimeoutqueue __P((ipf_main_softc_t *, ipftq_t **, 1852 extern int ipf_deletetimeoutqueue __P((ipftq_t *)); 1853 extern void ipf_freetimeoutqueue __P((ipf_main_softc_t *, ipftq_t *)); 1854 extern void ipf_movequeue __P((u_long, ipftqent_t *, ipftq_t *, 1855 ipftq_t *)); 1856 extern void ipf_queueappend __P((u_long, ipftqent_t *, ipftq_t *, void *)); 1859 ipftq_t *, ipftq_t *, u_int *, int, int)); 1862 ipftq_t *));
|
| HD | ip_ipsec_pxy.c | 22 ipftq_t *ipsec_nat_tqe; 23 ipftq_t *ipsec_state_tqe;
|
| HD | ip_state.c | 427 ipftq_t *ifq, *ifqnext; 1693 ipftq_t *tq; 3023 ipftq_t **ifqp; 3032 ipftq_t *ifq; 3313 ipftq_t *ifq; 3737 ipftq_t *ifq, *ifqnext; 3812 ipftq_t *ifq; 4033 ipftq_t *tqtab; 4643 ipftq_t *tqp; 4677 ipftq_t *tqp; in ipf_sttab_destroy() [all …]
|
| HD | fil.c | 5720 ipftq_t * 5723 ipftq_t **parent; 5726 ipftq_t *ifq; 5748 KMALLOC(ifq, ipftq_t *); 5781 ipftq_t *ifq; in ipf_deletetimeoutqueue() 5809 ipftq_t *ifq; 5849 ipftq_t *ifq; 5884 ipftq_t *ifq; 5922 ipftq_t *ifq; 5966 ipftq_t *ifq; [all …]
|
| HD | ip_nat.c | 393 ipftq_t *tq; 542 ipftq_t *ifq, *ifqnext; 4801 ipftq_t *ifq, *ifq2; 5883 ipftq_t *ifq, *ifqnext; 6567 ipftq_t *oifq, *nifq; 6777 ipftq_t *ifq; 7004 ipftq_t *oifq; 8374 ipftq_t *
|
| /NextBSD/contrib/ipfilter/lib/ |
| HD | printtqtable.c | 14 ipftq_t *table; in printtqtable()
|
| /NextBSD/contrib/ipfilter/ |
| HD | ipf.h | 355 extern void printtqtable __P((ipftq_t *));
|
| HD | ip_fil_compat.c | 1170 ipftq_t *iss_tcptab;
|
| /NextBSD/contrib/ipfilter/tools/ |
| HD | ipfstat.c | 559 static ipftq_t ipstcptab[IPF_TCP_NSTATES]; 2363 ipftq_t table[IPF_TCP_NSTATES];
|