Searched refs:ipftq_t (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ipf_stack.h | 230 ipftq_t ifs_nat_tqb[IPF_TCP_NSTATES]; 231 ipftq_t ifs_nat_udptq; 232 ipftq_t ifs_nat_icmptq; 233 ipftq_t ifs_nat_iptq; 234 ipftq_t *ifs_nat_utqe; 283 ipftq_t ifs_ips_tqtqb[IPF_TCP_NSTATES]; 284 ipftq_t ifs_ips_udptq; 285 ipftq_t ifs_ips_udpacktq; 286 ipftq_t ifs_ips_iptq; 287 ipftq_t ifs_ips_icmptq; [all …]
|
H A D | ip_fil.h | 1141 } ipftq_t; typedef 1512 extern ipftq_t *fr_addtimeoutqueue __P((ipftq_t **, u_int, ipf_stack_t *)); 1514 extern int fr_deletetimeoutqueue __P((ipftq_t *)); 1515 extern void fr_freetimeoutqueue __P((ipftq_t *, ipf_stack_t *)); 1516 extern void fr_movequeue __P((ipftqent_t *, ipftq_t *, ipftq_t *, 1518 extern void fr_queueappend __P((ipftqent_t *, ipftq_t *, void *, 1597 extern int ipf_extraflush __P((int, ipftq_t *, ipftq_t *, ipf_stack_t *)); 1598 extern int ipf_flushclosing __P((int, int, ipftq_t *, ipftq_t *, ipf_stack_t *)); 1599 extern int ipf_earlydrop __P((int, ipftq_t *, int, ipf_stack_t *));
|
H A D | ip_state.h | 232 extern ipstate_t *fr_stlookup __P((fr_info_t *, tcphdr_t *, ipftq_t **)); 245 extern void fr_updatestate __P((fr_info_t *, ipstate_t *, ipftq_t *));
|
H A D | ip_ipsec_pxy.c | 19 ipftq_t *ipsecnattqe; 20 ipftq_t *ipsecstatetqe;
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 5153 ipftq_t *fr_addtimeoutqueue(parent, seconds, ifs) in fr_addtimeoutqueue() 5154 ipftq_t **parent; in fr_addtimeoutqueue() 5158 ipftq_t *ifq; 5180 KMALLOC(ifq, ipftq_t *); 5215 ipftq_t *ifq; in fr_deletetimeoutqueue() 5241 ipftq_t *ifq; in fr_freetimeoutqueue() 5281 ipftq_t *ifq; 5316 ipftq_t *ifq; 5350 ipftq_t *ifq; 5391 ipftq_t *ifq; [all …]
|
H A D | ip_state.c | 284 ipftq_t *ifq, *ifqnext; 2670 ipftq_t **ifqp; 2677 ipftq_t *ifq; 2935 ipftq_t *ifq; 2995 ipftq_t *ifq; 3427 ipftq_t *ifq, *ifqnext; 3586 ipftq_t *tqtab; 4196 ipftq_t *tqp; in fr_sttab_init() 4234 ipftq_t *tqp; in fr_sttab_destroy() 4300 ipftq_t *oifq, *nifq;
|
H A D | ip_nat.c | 3819 ipftq_t *ifq, *ifq2; 4596 ipftq_t *ifq, *ifqnext; 4682 ipftq_t *ifq, *ifqnext; 5437 ipftq_t *oifq, *nifq;
|