Searched refs:V_ip_mrouter (Results 1 – 6 of 6) sorted by relevance
427 if (so != V_ip_mrouter && sopt->sopt_name != MRT_INIT) in X_ip_mrouter_set()630 if (V_ip_mrouter == NULL) { in if_detached_event()711 if (V_ip_mrouter != NULL) { in ip_mrouter_init()744 V_ip_mrouter = so; in ip_mrouter_init()772 if (V_ip_mrouter == NULL) { in X_ip_mrouter_done()780 V_ip_mrouter = NULL; in X_ip_mrouter_done()1478 if (socket_send(V_ip_mrouter, mm, &k_igmpsrc) < 0) { in X_ip_mforward()1652 if (socket_send(V_ip_mrouter, mm, &k_igmpsrc) < 0) { in ip_mdq()2247 if (socket_send(V_ip_mrouter, m, &k_igmpsrc) < 0) { in bw_upcalls_send()2406 if (socket_send(V_ip_mrouter, mb_first, &k_igmpsrc) < 0) { in pim_register_send_upcall()
217 #define V_ip_mrouter VNET(ip_mrouter) macro
867 if (so == V_ip_mrouter && ip_mrouter_done) in rip_detach()
760 if (V_ip_mrouter && !IN_LINKLOCAL(ntohl(ip->ip_src.s_addr))) { in ip_input()
613 if (V_ip_mrouter && (flags & IP_FORWARDING) == 0) { in ip_output()
3481 imo.imo_multicast_loop = (V_ip_mrouter != NULL); in igmp_intr()