Searched refs:V_ip_mrouter (Results 1 – 6 of 6) sorted by relevance
420 if (so != V_ip_mrouter && sopt->sopt_name != MRT_INIT) in X_ip_mrouter_set()623 if (V_ip_mrouter == NULL) { in if_detached_event()702 if (V_ip_mrouter != NULL) { in ip_mrouter_init()732 V_ip_mrouter = so; in ip_mrouter_init()757 if (V_ip_mrouter == NULL) in X_ip_mrouter_done()763 V_ip_mrouter = NULL; in X_ip_mrouter_done()1460 if (socket_send(V_ip_mrouter, mm, &k_igmpsrc) < 0) { in X_ip_mforward()1634 if (socket_send(V_ip_mrouter, mm, &k_igmpsrc) < 0) { in ip_mdq()2229 if (socket_send(V_ip_mrouter, m, &k_igmpsrc) < 0) { in bw_upcalls_send()2388 if (socket_send(V_ip_mrouter, mb_first, &k_igmpsrc) < 0) { in pim_register_send_upcall()
216 #define V_ip_mrouter VNET(ip_mrouter) macro
851 if (so == V_ip_mrouter && ip_mrouter_done) in rip_detach()
754 if (V_ip_mrouter && !IN_LINKLOCAL(ntohl(ip->ip_src.s_addr))) { in ip_input()
602 if (V_ip_mrouter && (flags & IP_FORWARDING) == 0) { in ip_output()
3481 imo.imo_multicast_loop = (V_ip_mrouter != NULL); in igmp_intr()