Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.c2834 isp = &is->is_hnext;
2864 isp = &is->is_hnext;
2986 if (is->is_hnext)
2988 *isp = is->is_hnext;
3008 is->is_hnext = *isp;
3101 isp = &is->is_hnext;
3165 isp = &is->is_hnext;
3202 isp = &is->is_hnext;
3623 is->is_hnext = NULL;
4620 isp = &is->is_hnext;
[all …]
H A Dip_state.h36 struct ipstate *is_hnext; member