Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h87 } ipstate_t; typedef
218 ipstate_t **iss_table;
219 ipstate_t *iss_list;
230 extern ipstate_t *fr_addstate __P((fr_info_t *, ipstate_t **, u_int));
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 *));
246 extern void fr_statederef __P((ipstate_t **, ipf_stack_t *));
247 extern void fr_setstatequeue __P((ipstate_t *, int, ipf_stack_t *));
248 extern int fr_delstate __P((ipstate_t *, int, ipf_stack_t *));
H A Dipf_stack.h263 ipstate_t **ifs_ips_table;
298 ipstate_t *ifs_ips_list;
H A Dip_ftp_pxy.c408 ipstate_t *is;
771 ipstate_t *is;
H A Dip_rpcb_pxy.c1181 ipstate_t *is;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c120 static ipstate_t *fr_checkicmp6matchingstate __P((fr_info_t *));
122 static ipstate_t *fr_matchsrcdst __P((fr_info_t *, ipstate_t *, i6addr_t *,
124 static ipstate_t *fr_checkicmpmatchingstate __P((fr_info_t *));
128 static void fr_ipsmove __P((ipstate_t *, u_int, ipf_stack_t *));
129 static int fr_tcpstate __P((fr_info_t *, tcphdr_t *, ipstate_t *));
131 static ipstate_t *fr_stclone __P((fr_info_t *, tcphdr_t *, ipstate_t *));
132 static void fr_fixinisn __P((fr_info_t *, ipstate_t *));
133 static void fr_fixoutisn __P((fr_info_t *, ipstate_t *));
134 static void fr_checknewisn __P((fr_info_t *, ipstate_t *));
162 KMALLOCS(ifs->ifs_ips_table, ipstate_t **,
[all …]
H A Dfil.c7223 fr_statederef((ipstate_t **)datap, ifs);
7548 if (fr_delstate((ipstate_t *)ent, ISL_FLUSH, ifs) == 0)
7582 ipstate_t *is;
7616 is = (ipstate_t *)ent;
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintstate.c13 ipstate_t *printstate(sp, opts, now) in printstate()
14 ipstate_t *sp; in printstate()
18 ipstate_t ips;
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c654 ipstate_t *ips;
H A Dipfstat.c1180 ipstate_t ips;