taglinefilesource code
ip_mc_list51include/linux/igmp.hstruct ip_mc_list *next;
ip_mc_list57include/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_list700net/inet/af_inet.csk->ip_mc_list=NULL;
ip_mc_list45net/inet/igmp.cstatic void igmp_stop_timer(struct ip_mc_list *im)
ip_mc_list59net/inet/igmp.cstatic void igmp_start_timer(struct ip_mc_list *im)
ip_mc_list104net/inet/igmp.cstruct ip_mc_list *im=(struct ip_mc_list *)data;
ip_mc_list109net/inet/igmp.cstatic void igmp_init_timer(struct ip_mc_list *im)
ip_mc_list120net/inet/igmp.cstruct ip_mc_list *im;
ip_mc_list121net/inet/igmp.cfor(im=dev->ip_mc_list;im!=NULL;im=im->next)
ip_mc_list128net/inet/igmp.cstruct ip_mc_list *im;
ip_mc_list129net/inet/igmp.cfor(im=dev->ip_mc_list;im!=NULL;im=im->next)
ip_mc_list177net/inet/igmp.cstatic void igmp_group_dropped(struct ip_mc_list *im)
ip_mc_list185net/inet/igmp.cstatic void igmp_group_added(struct ip_mc_list *im)
ip_mc_list225net/inet/igmp.cstruct ip_mc_list *i;
ip_mc_list226net/inet/igmp.cfor(i=dev->ip_mc_list;i!=NULL;i=i->next)
ip_mc_list234net/inet/igmp.ci=(struct ip_mc_list *)kmalloc(sizeof(*i), GFP_KERNEL);
ip_mc_list240net/inet/igmp.ci->next=dev->ip_mc_list;
ip_mc_list242net/inet/igmp.cdev->ip_mc_list=i;
ip_mc_list251net/inet/igmp.cstruct ip_mc_list **i;
ip_mc_list252net/inet/igmp.cfor(i=&(dev->ip_mc_list);(*i)!=NULL;i=&(*i)->next)
ip_mc_list260net/inet/igmp.cstruct ip_mc_list *tmp= *i;
ip_mc_list275net/inet/igmp.cstruct ip_mc_list *i;
ip_mc_list276net/inet/igmp.cstruct ip_mc_list *j;
ip_mc_list277net/inet/igmp.cfor(i=dev->ip_mc_list;i!=NULL;i=j)
ip_mc_list282net/inet/igmp.cdev->ip_mc_list=NULL;
ip_mc_list291net/inet/igmp.cstruct ip_mc_list *i;
ip_mc_list292net/inet/igmp.cfor(i=dev->ip_mc_list;i!=NULL;i=i->next)
ip_mc_list295net/inet/igmp.ci=(struct ip_mc_list *)kmalloc(sizeof(*i), GFP_KERNEL);
ip_mc_list301net/inet/igmp.ci->next=dev->ip_mc_list;
ip_mc_list302net/inet/igmp.cdev->ip_mc_list=i;
ip_mc_list319net/inet/igmp.cif(sk->ip_mc_list==NULL)
ip_mc_list321net/inet/igmp.cif((sk->ip_mc_list=(struct ip_mc_socklist *)kmalloc(sizeof(*sk->ip_mc_list), GFP_KERNEL))==NULL)
ip_mc_list323net/inet/igmp.cmemset(sk->ip_mc_list,'\0',sizeof(*sk->ip_mc_list));
ip_mc_list327net/inet/igmp.cif(sk->ip_mc_list->multiaddr[i]==addr && sk->ip_mc_list->multidev[i]==dev)
ip_mc_list329net/inet/igmp.cif(sk->ip_mc_list->multidev[i]==NULL)
ip_mc_list335net/inet/igmp.csk->ip_mc_list->multiaddr[unused]=addr;
ip_mc_list336net/inet/igmp.csk->ip_mc_list->multidev[unused]=dev;
ip_mc_list352net/inet/igmp.cif(sk->ip_mc_list==NULL)
ip_mc_list357net/inet/igmp.cif(sk->ip_mc_list->multiaddr[i]==addr && sk->ip_mc_list->multidev[i]==dev)
ip_mc_list359net/inet/igmp.csk->ip_mc_list->multidev[i]=NULL;
ip_mc_list375net/inet/igmp.cif(sk->ip_mc_list==NULL)
ip_mc_list380net/inet/igmp.cif(sk->ip_mc_list->multidev[i])
ip_mc_list382net/inet/igmp.cip_mc_dec_group(sk->ip_mc_list->multidev[i], sk->ip_mc_list->multiaddr[i]);
ip_mc_list383net/inet/igmp.csk->ip_mc_list->multidev[i]=NULL;
ip_mc_list386net/inet/igmp.ckfree_s(sk->ip_mc_list,sizeof(*sk->ip_mc_list));
ip_mc_list387net/inet/igmp.csk->ip_mc_list=NULL;
ip_mc_list1600net/inet/ip.cstruct ip_mc_list *ip_mc=dev->ip_mc_list;
ip_mc_list1934net/inet/ip.cstruct ip_mc_list *imc=dev->ip_mc_list;
ip_mc_list1994net/inet/ip.cstruct ip_mc_list *im;
ip_mc_list2009net/inet/ip.cfor(im = dev->ip_mc_list; im; im = im->next)
ip_mc_list181net/inet/sock.hstruct ip_mc_socklist    *ip_mc_list;      /* Group array */