Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.c891 ips.ips_next = isn->is_next;
1133 is->is_next = softs->ipf_state_list;
3698 *is->is_pnext = is->is_next;
3700 if (is->is_next != NULL)
3704 is->is_next = NULL;
3839 isp = &is->is_next;
3845 isp = &is->is_next;
3935 isp = &is->is_next;
4883 next = is->is_next;
4900 if (next->is_next == NULL)
[all …]
H A Dip_state.h34 struct ipstate *is_next; member