Home
last modified time | relevance | path

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

/titanic_41/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) {
2506 isp = &is->is_hnext;
2562 isp = &is->is_hnext;
2629 if (is->is_hnext)
2630 is->is_hnext->is_phnext = isp;
2631 *isp = is->is_hnext;
2643 (*isp)->is_phnext = &is->is_hnext;
2648 is->is_hnext = *isp;
[all …]
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h41 struct ipstate *is_hnext; member