Searched refs:V_ip_mrouter (Results 1 – 6 of 6) sorted by relevance
410 if (so != V_ip_mrouter && sopt->sopt_name != MRT_INIT) in X_ip_mrouter_set()615 if (V_ip_mrouter == NULL) { in if_detached_event()675 if (V_ip_mrouter != NULL) { in ip_mrouter_init()690 V_ip_mrouter = so; in ip_mrouter_init()712 if (V_ip_mrouter == NULL) { in X_ip_mrouter_done()720 V_ip_mrouter = NULL; in X_ip_mrouter_done()1364 if (socket_send(V_ip_mrouter, mm, &k_igmpsrc) < 0) { in X_ip_mforward()1560 if (socket_send(V_ip_mrouter, mm, &k_igmpsrc) < 0) { in ip_mdq()2096 if (socket_send(V_ip_mrouter, m, &k_igmpsrc) < 0) { in bw_upcalls_send()2450 if (socket_send(V_ip_mrouter, mb_first, &k_igmpsrc) < 0) { in pim_register_send_upcall()
205 #define V_ip_mrouter VNET(ip_mrouter) macro
904 if (so == V_ip_mrouter && ip_mrouter_done) in rip_detach()
746 if (V_ip_mrouter && !IN_LINKLOCAL(ntohl(ip->ip_src.s_addr))) { in ip_input()
488 if (V_ip_mrouter && (flags & IP_FORWARDING) == 0) { in ip_output()
3419 imo.imo_multicast_loop = (V_ip_mrouter != NULL); in igmp_intr()