Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.c1140 is->is_phnext = softs->ipf_state_table + hv;
2985 isp = is->is_phnext;
2987 is->is_hnext->is_phnext = isp;
3003 (*isp)->is_phnext = &is->is_hnext;
3007 is->is_phnext = isp;
3614 if (is->is_phnext != NULL) {
3615 *is->is_phnext = is->is_hnext;
3617 is->is_hnext->is_phnext = is->is_phnext;
3622 is->is_phnext = NULL;
5337 is->is_phnext = NULL;
[all …]
H A Dip_state.h37 struct ipstate **is_phnext; member