Home
last modified time | relevance | path

Searched refs:is_hnext (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c856 ifs->ifs_ips_table[hv]->is_phnext = &is->is_hnext;
860 is->is_hnext = ifs->ifs_ips_table[hv];
1408 is = is->is_hnext) {
2507 isp = &is->is_hnext;
2563 isp = &is->is_hnext;
2630 if (is->is_hnext)
2631 is->is_hnext->is_phnext = isp;
2632 *isp = is->is_hnext;
2644 (*isp)->is_phnext = &is->is_hnext;
2649 is->is_hnext = *isp;
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h41 struct ipstate *is_hnext; member