HomeSort by: relevance | last modified time | path
    Searched refs:is_pnext (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_state.h 38 struct ipstate **is_pnext; member in struct:ipstate
ip_state.c 1112 softs->ipf_state_list->is_pnext = &is->is_next;
1113 is->is_pnext = &softs->ipf_state_list;
3622 if (is->is_pnext != NULL) {
3623 *is->is_pnext = is->is_next;
3626 is->is_next->is_pnext = is->is_pnext;
3628 is->is_pnext = NULL;
ip_fil_compat.c 1028 struct ipstate **is_pnext; member in struct:ipstate_4_1_16
1077 struct ipstate **is_pnext; member in struct:ipstate_4_1_0
4323 old->is_pnext = is->is_pnext;
4393 old->is_pnext = is->is_pnext;

Completed in 48 milliseconds