taglinefilesource code
ip_mc_list68include/linux/igmp.hstruct ip_mc_list *next;
ip_mc_list74include/linux/igmp.hextern struct ip_mc_list *ip_mc_head;
ip_mc_list126include/linux/netdevice.hstruct ip_mc_list   *ip_mc_list;  /* IP multicast filter chain    */
ip_mc_list190include/net/sock.hstruct ip_mc_socklist    *ip_mc_list;      /* Group array       */
ip_mc_list725net/ipv4/af_inet.csk->ip_mc_list=NULL;
ip_mc_list49net/ipv4/igmp.cextern __inline__ void igmp_stop_timer(struct ip_mc_list *im)
ip_mc_list66net/ipv4/igmp.cextern __inline__ void igmp_start_timer(struct ip_mc_list *im)
ip_mc_list110net/ipv4/igmp.cstruct ip_mc_list *im=(struct ip_mc_list *)data;
ip_mc_list115net/ipv4/igmp.cextern __inline__ void igmp_init_timer(struct ip_mc_list *im)
ip_mc_list126net/ipv4/igmp.cstruct ip_mc_list *im;
ip_mc_list127net/ipv4/igmp.cfor(im=dev->ip_mc_list;im!=NULL;im=im->next)
ip_mc_list134net/ipv4/igmp.cstruct ip_mc_list *im;
ip_mc_list135net/ipv4/igmp.cfor(im=dev->ip_mc_list;im!=NULL;im=im->next)
ip_mc_list183net/ipv4/igmp.cextern __inline__ void igmp_group_dropped(struct ip_mc_list *im)
ip_mc_list191net/ipv4/igmp.cextern __inline__ void igmp_group_added(struct ip_mc_list *im)
ip_mc_list233net/ipv4/igmp.cstruct ip_mc_list *i;
ip_mc_list234net/ipv4/igmp.cfor(i=dev->ip_mc_list;i!=NULL;i=i->next)
ip_mc_list242net/ipv4/igmp.ci=(struct ip_mc_list *)kmalloc(sizeof(*i), GFP_KERNEL);
ip_mc_list248net/ipv4/igmp.ci->next=dev->ip_mc_list;
ip_mc_list250net/ipv4/igmp.cdev->ip_mc_list=i;
ip_mc_list259net/ipv4/igmp.cstruct ip_mc_list **i;
ip_mc_list260net/ipv4/igmp.cfor(i=&(dev->ip_mc_list);(*i)!=NULL;i=&(*i)->next)
ip_mc_list268net/ipv4/igmp.cstruct ip_mc_list *tmp= *i;
ip_mc_list283net/ipv4/igmp.cstruct ip_mc_list *i;
ip_mc_list284net/ipv4/igmp.cstruct ip_mc_list *j;
ip_mc_list285net/ipv4/igmp.cfor(i=dev->ip_mc_list;i!=NULL;i=j)
ip_mc_list290net/ipv4/igmp.cdev->ip_mc_list=NULL;
ip_mc_list299net/ipv4/igmp.cstruct ip_mc_list *i;
ip_mc_list300net/ipv4/igmp.cfor(i=dev->ip_mc_list;i!=NULL;i=i->next)
ip_mc_list303net/ipv4/igmp.ci=(struct ip_mc_list *)kmalloc(sizeof(*i), GFP_KERNEL);
ip_mc_list309net/ipv4/igmp.ci->next=dev->ip_mc_list;
ip_mc_list310net/ipv4/igmp.cdev->ip_mc_list=i;
ip_mc_list327net/ipv4/igmp.cif(sk->ip_mc_list==NULL)
ip_mc_list329net/ipv4/igmp.cif((sk->ip_mc_list=(struct ip_mc_socklist *)kmalloc(sizeof(*sk->ip_mc_list), GFP_KERNEL))==NULL)
ip_mc_list331net/ipv4/igmp.cmemset(sk->ip_mc_list,'\0',sizeof(*sk->ip_mc_list));
ip_mc_list335net/ipv4/igmp.cif(sk->ip_mc_list->multiaddr[i]==addr && sk->ip_mc_list->multidev[i]==dev)
ip_mc_list337net/ipv4/igmp.cif(sk->ip_mc_list->multidev[i]==NULL)
ip_mc_list343net/ipv4/igmp.csk->ip_mc_list->multiaddr[unused]=addr;
ip_mc_list344net/ipv4/igmp.csk->ip_mc_list->multidev[unused]=dev;
ip_mc_list360net/ipv4/igmp.cif(sk->ip_mc_list==NULL)
ip_mc_list365net/ipv4/igmp.cif(sk->ip_mc_list->multiaddr[i]==addr && sk->ip_mc_list->multidev[i]==dev)
ip_mc_list367net/ipv4/igmp.csk->ip_mc_list->multidev[i]=NULL;
ip_mc_list383net/ipv4/igmp.cif(sk->ip_mc_list==NULL)
ip_mc_list388net/ipv4/igmp.cif(sk->ip_mc_list->multidev[i])
ip_mc_list390net/ipv4/igmp.cip_mc_dec_group(sk->ip_mc_list->multidev[i], sk->ip_mc_list->multiaddr[i]);
ip_mc_list391net/ipv4/igmp.csk->ip_mc_list->multidev[i]=NULL;
ip_mc_list394net/ipv4/igmp.ckfree_s(sk->ip_mc_list,sizeof(*sk->ip_mc_list));
ip_mc_list395net/ipv4/igmp.csk->ip_mc_list=NULL;
ip_mc_list1475net/ipv4/ip.cstruct ip_mc_list *ip_mc=dev->ip_mc_list;
ip_mc_list1879net/ipv4/ip.cstruct ip_mc_list *imc=dev->ip_mc_list;
ip_mc_list1939net/ipv4/ip.cstruct ip_mc_list *im;
ip_mc_list1954net/ipv4/ip.cfor(im = dev->ip_mc_list; im; im = im->next)
ip_mc_list2670net/ipv4/ip.cstruct ip_mc_list *imc=rt->rt_dev->ip_mc_list;