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_list720net/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_list113net/ipv4/igmp.cstruct ip_mc_list *im=(struct ip_mc_list *)data;
ip_mc_list118net/ipv4/igmp.cextern __inline__ void igmp_init_timer(struct ip_mc_list *im)
ip_mc_list129net/ipv4/igmp.cstruct ip_mc_list *im;
ip_mc_list130net/ipv4/igmp.cfor(im=dev->ip_mc_list;im!=NULL;im=im->next)
ip_mc_list137net/ipv4/igmp.cstruct ip_mc_list *im;
ip_mc_list138net/ipv4/igmp.cfor(im=dev->ip_mc_list;im!=NULL;im=im->next)
ip_mc_list186net/ipv4/igmp.cextern __inline__ void igmp_group_dropped(struct ip_mc_list *im)
ip_mc_list194net/ipv4/igmp.cextern __inline__ void igmp_group_added(struct ip_mc_list *im)
ip_mc_list237net/ipv4/igmp.cstruct ip_mc_list *i;
ip_mc_list238net/ipv4/igmp.cfor(i=dev->ip_mc_list;i!=NULL;i=i->next)
ip_mc_list246net/ipv4/igmp.ci=(struct ip_mc_list *)kmalloc(sizeof(*i), GFP_KERNEL);
ip_mc_list252net/ipv4/igmp.ci->next=dev->ip_mc_list;
ip_mc_list254net/ipv4/igmp.cdev->ip_mc_list=i;
ip_mc_list263net/ipv4/igmp.cstruct ip_mc_list **i;
ip_mc_list264net/ipv4/igmp.cfor(i=&(dev->ip_mc_list);(*i)!=NULL;i=&(*i)->next)
ip_mc_list272net/ipv4/igmp.cstruct ip_mc_list *tmp= *i;
ip_mc_list287net/ipv4/igmp.cstruct ip_mc_list *i;
ip_mc_list288net/ipv4/igmp.cstruct ip_mc_list *j;
ip_mc_list289net/ipv4/igmp.cfor(i=dev->ip_mc_list;i!=NULL;i=j)
ip_mc_list294net/ipv4/igmp.cdev->ip_mc_list=NULL;
ip_mc_list303net/ipv4/igmp.cstruct ip_mc_list *i;
ip_mc_list304net/ipv4/igmp.cfor(i=dev->ip_mc_list;i!=NULL;i=i->next)
ip_mc_list307net/ipv4/igmp.ci=(struct ip_mc_list *)kmalloc(sizeof(*i), GFP_KERNEL);
ip_mc_list313net/ipv4/igmp.ci->next=dev->ip_mc_list;
ip_mc_list314net/ipv4/igmp.cdev->ip_mc_list=i;
ip_mc_list331net/ipv4/igmp.cif(sk->ip_mc_list==NULL)
ip_mc_list333net/ipv4/igmp.cif((sk->ip_mc_list=(struct ip_mc_socklist *)kmalloc(sizeof(*sk->ip_mc_list), GFP_KERNEL))==NULL)
ip_mc_list335net/ipv4/igmp.cmemset(sk->ip_mc_list,'\0',sizeof(*sk->ip_mc_list));
ip_mc_list339net/ipv4/igmp.cif(sk->ip_mc_list->multiaddr[i]==addr && sk->ip_mc_list->multidev[i]==dev)
ip_mc_list341net/ipv4/igmp.cif(sk->ip_mc_list->multidev[i]==NULL)
ip_mc_list347net/ipv4/igmp.csk->ip_mc_list->multiaddr[unused]=addr;
ip_mc_list348net/ipv4/igmp.csk->ip_mc_list->multidev[unused]=dev;
ip_mc_list364net/ipv4/igmp.cif(sk->ip_mc_list==NULL)
ip_mc_list369net/ipv4/igmp.cif(sk->ip_mc_list->multiaddr[i]==addr && sk->ip_mc_list->multidev[i]==dev)
ip_mc_list371net/ipv4/igmp.csk->ip_mc_list->multidev[i]=NULL;
ip_mc_list387net/ipv4/igmp.cif(sk->ip_mc_list==NULL)
ip_mc_list392net/ipv4/igmp.cif(sk->ip_mc_list->multidev[i])
ip_mc_list394net/ipv4/igmp.cip_mc_dec_group(sk->ip_mc_list->multidev[i], sk->ip_mc_list->multiaddr[i]);
ip_mc_list395net/ipv4/igmp.csk->ip_mc_list->multidev[i]=NULL;
ip_mc_list398net/ipv4/igmp.ckfree_s(sk->ip_mc_list,sizeof(*sk->ip_mc_list));
ip_mc_list399net/ipv4/igmp.csk->ip_mc_list=NULL;
ip_mc_list1460net/ipv4/ip.cstruct ip_mc_list *ip_mc=dev->ip_mc_list;
ip_mc_list1876net/ipv4/ip.cstruct ip_mc_list *imc=dev->ip_mc_list;
ip_mc_list1936net/ipv4/ip.cstruct ip_mc_list *im;
ip_mc_list1951net/ipv4/ip.cfor(im = dev->ip_mc_list; im; im = im->next)
ip_mc_list2601net/ipv4/ip.cstruct ip_mc_list *imc=rt->rt_dev->ip_mc_list;