taglinefilesource code
ip_router_info_head93net/ipv4/igmp.cstruct  ip_router_info  *ip_router_info_head=(struct ip_router_info *)0;
ip_router_info_head103net/ipv4/igmp.cfor(i=ip_router_info_head;i!=NULL;i=i->next)
ip_router_info_head121net/ipv4/igmp.ci->next = ip_router_info_head;
ip_router_info_head122net/ipv4/igmp.cip_router_info_head = i;
ip_router_info_head139net/ipv4/igmp.cfor(i=ip_router_info_head;i!=NULL;i=i->next)
ip_router_info_head169net/ipv4/igmp.ci->next = ip_router_info_head;
ip_router_info_head170net/ipv4/igmp.cip_router_info_head = i;