Home
last modified time | relevance | path

Searched refs:ipstate_t (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.h82 } ipstate_t; typedef
231 ipstate_t *iss_list;
249 ipstate_t **iss_table;
279 ipstate_t *ipf_state_list;
280 ipstate_t **ipf_state_table;
304 ipstate_t **, u_int));
306 extern void ipf_state_deref __P((ipf_main_softc_t *, ipstate_t **));
309 extern ipstate_t *ipf_state_lookup __P((fr_info_t *, tcphdr_t *, ipftq_t **));
316 extern void ipf_state_setqueue __P((ipf_main_softc_t *, ipstate_t *, int));
317 extern void ipf_state_setpending __P((ipf_main_softc_t *, ipstate_t *));
[all …]
H A Dip_state.c156 static int ipf_state_match __P((ipstate_t *is1, ipstate_t *is2));
348 ipstate_t **, softs->ipf_state_size * sizeof(ipstate_t *));
431 ipstate_t *is;
1068 ipstate_t *is;
2009 ipstate_t *is;
2123 ipstate_t *is;
2347 ipstate_t *is;
2416 DT2(iss_clone, ipstate_t *, is, ipstate_t *, clone);
2439 ipstate_t *is;
2901 ipstate_t *is;
[all …]
H A Dip_scan.c76 int ipf_scan_matchisc __P((ipscan_t *, ipstate_t *, int, int, int *));
77 int ipf_scan_match __P((ipstate_t *));
330 ipstate_t *is;
397 ipstate_t *is; in ipf_scan_match()
526 ipstate_t *is;
H A Dip_sync.c368 ipstate_t *ips;
666 ipstate_t *is, sn;
679 KMALLOC(is, ipstate_t *);
694 bzero((char *)is, offsetof(ipstate_t, is_die));
696 sizeof(*is) - offsetof(ipstate_t, is_die));
1143 ipstate_t *ips;
H A Dip_rpcb_pxy.c1159 ipstate_t *is;
H A Dip_ftp_pxy.c608 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate,
961 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate,
H A Dfil.c7822 ipf_state_deref(softc, (ipstate_t **)datap);