HomeSort by: relevance | last modified time | path
    Searched refs:is_phnext (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;
1121 is->is_phnext = softs->ipf_state_table + hv;
2924 isp = is->is_phnext;
2926 is->is_hnext->is_phnext = isp;
2942 (*isp)->is_phnext = &is->is_hnext;
2946 is->is_phnext = isp;
3539 if (is->is_phnext != NULL) {
3540 *is->is_phnext = is->is_hnext;
3542 is->is_hnext->is_phnext = is->is_phnext;
    [all...]
ip_state.h 40 struct ipstate **is_phnext; member in struct:ipstate
ip_fil_compat.c 1030 struct ipstate **is_phnext; member in struct:ipstate_4_1_16
1079 struct ipstate **is_phnext; member in struct:ipstate_4_1_0
4325 old->is_phnext = is->is_phnext;
4395 old->is_phnext = is->is_phnext;

Completed in 17 milliseconds