Searched refs:netd_stack (Results 1 – 3 of 3) sorted by relevance
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()[all …]
629 neti->netd_stack->nts_netstack->netstack_ip)); in ip_getifname()640 neti->netd_stack->nts_netstack->netstack_ip)); in ipv6_getifname()672 ns = neti->netd_stack->nts_netstack; in ip_getmtu()685 ns = neti->netd_stack->nts_netstack; in ipv6_getmtu()734 ns = neti->netd_stack->nts_netstack; in ip_getpmtuenabled()747 ns = neti->netd_stack->nts_netstack; in ip_phygetnext()760 ns = neti->netd_stack->nts_netstack; in ipv6_phygetnext()773 ns = neti->netd_stack->nts_netstack; in ip_phylookup()786 ns = neti->netd_stack->nts_netstack; in ipv6_phylookup()821 ns = neti->netd_stack->nts_netstack; in ip_lifgetnext()[all …]
155 struct neti_stack_s *netd_stack; member