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.c2507 isp = &is->is_hnext;
2563 isp = &is->is_hnext;
2630 if (is->is_hnext)
2632 *isp = is->is_hnext;
2649 is->is_hnext = *isp;
2735 isp = &is->is_hnext;
2797 isp = &is->is_hnext;
2829 isp = &is->is_hnext;
2898 isp = &is->is_hnext;
3327 is->is_hnext = NULL;
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h41 struct ipstate *is_hnext; member