HomeSort by: relevance | last modified time | path
    Searched refs:is_hnext (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_state.c 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
    [all...]
ip_state.h 39 struct ipstate *is_hnext; member in struct:ipstate
ip_fil_compat.c 1029 struct ipstate *is_hnext; member in struct:ipstate_4_1_16
1078 struct ipstate *is_hnext; member in struct:ipstate_4_1_0
4324 old->is_hnext = is->is_hnext;
4394 old->is_hnext = is->is_hnext;

Completed in 42 milliseconds