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

  /src/sys/external/bsd/ipf/netinet/
ip_state.c 557 for (sp = softs->ipf_state_list; sp; sp = sp->is_next)
870 for (is = softs->ipf_state_list; is; is = is->is_next)
879 ips.ips_next = isn->is_next;
1009 for (is = softs->ipf_state_list; is; is = is->is_next)
1112 softs->ipf_state_list->is_pnext = &is->is_next;
1114 is->is_next = softs->ipf_state_list;
3501 for (is = softs->ipf_state_list; is; is = is->is_next) {
3623 *is->is_pnext = is->is_next;
3625 if (is->is_next != NULL)
3626 is->is_next->is_pnext = is->is_pnext
    [all...]
ip_state.h 37 struct ipstate *is_next; member in struct:ipstate
ip_fil_compat.c 1027 struct ipstate *is_next; member in struct:ipstate_4_1_16
1076 struct ipstate *is_next; member in struct:ipstate_4_1_0
4322 old->is_next = is->is_next;
4392 old->is_next = is->is_next;

Completed in 18 milliseconds