Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.h35 struct ipstate **is_pnext; member
H A Dip_state.c1131 softs->ipf_state_list->is_pnext = &is->is_next;
1132 is->is_pnext = &softs->ipf_state_list;
3697 if (is->is_pnext != NULL) {
3698 *is->is_pnext = is->is_next;
3701 is->is_next->is_pnext = is->is_pnext;
3703 is->is_pnext = NULL;