taglinefilesource code
ip_router_info_head103net/ipv4/igmp.cstruct  ip_router_info  *ip_router_info_head=(struct ip_router_info *)0;
ip_router_info_head113net/ipv4/igmp.cfor(i=ip_router_info_head;i!=NULL;i=i->next)
ip_router_info_head131net/ipv4/igmp.ci->next = ip_router_info_head;
ip_router_info_head132net/ipv4/igmp.cip_router_info_head = i;
ip_router_info_head149net/ipv4/igmp.cfor(i=ip_router_info_head;i!=NULL;i=i->next)
ip_router_info_head179net/ipv4/igmp.ci->next = ip_router_info_head;
ip_router_info_head180net/ipv4/igmp.cip_router_info_head = i;