Home | History | Annotate | Download | only in netinet

Lines Matching refs:is_hnext

1118 		softs->ipf_state_table[hv]->is_phnext = &is->is_hnext;
1122 is->is_hnext = softs->ipf_state_table[hv];
1636 is != NULL; is = is->is_hnext) {
2779 isp = &is->is_hnext;
2809 isp = &is->is_hnext;
2925 if (is->is_hnext)
2926 is->is_hnext->is_phnext = isp;
2927 *isp = is->is_hnext;
2942 (*isp)->is_phnext = &is->is_hnext;
2947 is->is_hnext = *isp;
3037 isp = &is->is_hnext;
3101 isp = &is->is_hnext;
3138 isp = &is->is_hnext;
3210 isp = &is->is_hnext;
3540 *is->is_phnext = is->is_hnext;
3541 if (is->is_hnext != NULL)
3542 is->is_hnext->is_phnext = is->is_phnext;
3548 is->is_hnext = NULL;
4466 isp = &is->is_hnext;
4530 isp = &is->is_hnext;
5221 is->is_hnext = NULL;
5226 softs->ipf_state_table[hv]->is_phnext = &is->is_hnext;
5230 is->is_hnext = softs->ipf_state_table[hv];