taglinefilesource code
ip_router_info_head100net/ipv4/igmp.cstruct  ip_router_info  *ip_router_info_head=(struct ip_router_info *)0;
ip_router_info_head110net/ipv4/igmp.cfor(i=ip_router_info_head;i!=NULL;i=i->next)
ip_router_info_head128net/ipv4/igmp.ci->next = ip_router_info_head;
ip_router_info_head129net/ipv4/igmp.cip_router_info_head = i;
ip_router_info_head146net/ipv4/igmp.cfor(i=ip_router_info_head;i!=NULL;i=i->next)
ip_router_info_head176net/ipv4/igmp.ci->next = ip_router_info_head;
ip_router_info_head177net/ipv4/igmp.cip_router_info_head = i;