Lines Matching defs:netstack_next
58 * - the list starting at netstack_head and following the netstack_next
182 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
223 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
289 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
338 nsp = &((*nsp)->netstack_next)) {
594 * In that case we don't follow netstack_next,
597 * by netstack_next to change in any arbitrary way during the time the
620 ns = ns->netstack_next;
1029 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
1081 nsp = &(*nsp)->netstack_next) {
1083 *nsp = ns->netstack_next;
1084 ns->netstack_next = NULL;
1322 * while ((ns = netstack_next(&nh)) != NULL) {
1341 netstack_next(netstack_handle_t *handle)
1355 ns = ns->netstack_next;
1366 ns = ns->netstack_next;