Searched refs:ifs_ips_table (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c162 KMALLOCS(ifs->ifs_ips_table, ipstate_t **,
164 if (ifs->ifs_ips_table == NULL)
166 bzero((char *)ifs->ifs_ips_table,
317 if (ifs->ifs_ips_table != NULL) {
318 KFREES(ifs->ifs_ips_table,
319 ifs->ifs_fr_statesize * sizeof(*ifs->ifs_ips_table));
320 ifs->ifs_ips_table = NULL;
360 ifs->ifs_ips_stats.iss_table = ifs->ifs_ips_table;
855 if (ifs->ifs_ips_table[hv] != NULL)
856 ifs->ifs_ips_table[h
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h257 ipstate_t **ifs_ips_table; member in struct:ipf_stack

Completed in 60 milliseconds