Searched refs:ncs_next (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c73 struct nstat_control_state *ncs_next; member in struct:nstat_control_state
463 for (state = nstat_controls; state; state = state->ncs_next)
918 for (state = nstat_controls; state; state = state->ncs_next)
949 for (state = nstat_controls; state; state = state->ncs_next) {
1165 for (state = nstat_controls; state; state = state->ncs_next)
1280 for (control = nstat_controls; control; control = control->ncs_next)
1392 state->ncs_next = nstat_controls;
1418 for (statepp = &nstat_controls; *statepp; statepp = &(*statepp)->ncs_next)
1422 *statepp = state->ncs_next;

Completed in 22 milliseconds