Lines Matching refs:netd_stack

80 	new->netd_stack = nts;  in net_protocol_register()
109 nts = info->netd_stack; in net_protocol_unregister()
114 info->netd_stack = NULL; in net_protocol_unregister()
162 ASSERT(info->netd_stack == NULL); in net_protocol_release()
221 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_getifname()
233 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_getmtu()
245 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_getpmtuenabled()
258 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_getlifaddr()
271 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_getlifzone()
284 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_getlifflags()
297 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_phygetnext()
309 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_phylookup()
321 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_lifgetnext()
333 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_inject()
345 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_routeto()
358 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_ispartialchecksum()
371 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_isvalidchecksum()
409 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_family_register()
415 ns = info->netd_stack->nts_netstack; in net_family_register()
490 info->netd_stack == NULL) in net_event_register()
548 if (info->netd_condemned != 0 || info->netd_stack == NULL) in net_hook_register()
584 if (netd->netd_stack == NULL) in net_getnetid()
586 return (netd->netd_stack->nts_id); in net_getnetid()
636 if (family->netd_condemned != 0 || family->netd_stack == NULL) in net_event_notify_register()
663 if (family->netd_condemned != 0 || family->netd_stack == NULL) in net_protocol_notify_register()