Searched refs:is_hnext (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/ipfilter/
H A Dip_fil_compat.c1005 struct ipstate *is_hnext; member in struct:ipstate_4_1_16
1054 struct ipstate *is_hnext; member in struct:ipstate_4_1_0
4383 old->is_hnext = is->is_hnext;
4455 old->is_hnext = is->is_hnext;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c1137 softs->ipf_state_table[hv]->is_phnext = &is->is_hnext;
1141 is->is_hnext = softs->ipf_state_table[hv];
1666 is != NULL; is = is->is_hnext) {
2834 isp = &is->is_hnext;
2864 isp = &is->is_hnext;
2986 if (is->is_hnext)
2987 is->is_hnext->is_phnext = isp;
2988 *isp = is->is_hnext;
3003 (*isp)->is_phnext = &is->is_hnext;
3008 is->is_hnext
[all...]
H A Dip_state.h36 struct ipstate *is_hnext; member in struct:ipstate

Completed in 175 milliseconds