Home
last modified time | relevance | path

Searched refs:is_phnext (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/contrib/ipfilter/netinet/
HDip_state.c1134 softs->ipf_state_table[hv]->is_phnext = &is->is_hnext;
1137 is->is_phnext = softs->ipf_state_table + hv;
2976 isp = is->is_phnext;
2978 is->is_hnext->is_phnext = isp;
2994 (*isp)->is_phnext = &is->is_hnext;
2998 is->is_phnext = isp;
3604 if (is->is_phnext != NULL) {
3605 *is->is_phnext = is->is_hnext;
3607 is->is_hnext->is_phnext = is->is_phnext;
3612 is->is_phnext = NULL;
[all …]
HDip_state.h41 struct ipstate **is_phnext; member
/NextBSD/contrib/ipfilter/lib/
HDprintstate.c54 if (sp->is_phnext == NULL)
/NextBSD/contrib/ipfilter/
HDip_fil_compat.c1028 struct ipstate **is_phnext; member
1077 struct ipstate **is_phnext; member
4427 old->is_phnext = is->is_phnext;
4499 old->is_phnext = is->is_phnext;