Searched defs:ipstate_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h87 } ipstate_t; typedef in typeref:struct:ipstate
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 *, in
[all...]

Completed in 45 milliseconds