taglinefilesource code
ip_mc_list91include/linux/igmp.hstruct ip_mc_list *next;
ip_mc_list106include/linux/igmp.hextern struct ip_mc_list *ip_mc_head;
ip_mc_list153include/linux/netdevice.hstruct ip_mc_list   *ip_mc_list;  /* IP multicast filter chain    */
ip_mc_list299include/net/sock.hstruct ip_mc_socklist  *ip_mc_list;    /* Group array */
ip_mc_list686net/ipv4/af_inet.csk->ip_mc_list=NULL;
ip_mc_list199net/ipv4/igmp.cstatic void igmp_stop_timer(struct ip_mc_list *im)
ip_mc_list221net/ipv4/igmp.cstatic void igmp_start_timer(struct ip_mc_list *im,unsigned char max_resp_time)
ip_mc_list265net/ipv4/igmp.cstruct ip_mc_list *im=(struct ip_mc_list *)data;
ip_mc_list278net/ipv4/igmp.cstatic void igmp_init_timer(struct ip_mc_list *im)
ip_mc_list289net/ipv4/igmp.cstruct ip_mc_list *im;
ip_mc_list293net/ipv4/igmp.cfor(im=dev->ip_mc_list;im!=NULL;im=im->next) {
ip_mc_list303net/ipv4/igmp.cstruct ip_mc_list *im;
ip_mc_list325net/ipv4/igmp.cfor(im=dev->ip_mc_list;im!=NULL;im=im->next)
ip_mc_list357net/ipv4/igmp.cfor(im=dev->ip_mc_list;im!=NULL;im=im->next)
ip_mc_list408net/ipv4/igmp.cextern __inline__ void igmp_group_dropped(struct ip_mc_list *im)
ip_mc_list415net/ipv4/igmp.cextern __inline__ void igmp_group_added(struct ip_mc_list *im)
ip_mc_list489net/ipv4/igmp.cstruct ip_mc_list *i;
ip_mc_list490net/ipv4/igmp.cfor(i=dev->ip_mc_list;i!=NULL;i=i->next)
ip_mc_list498net/ipv4/igmp.ci=(struct ip_mc_list *)kmalloc(sizeof(*i), GFP_KERNEL);
ip_mc_list504net/ipv4/igmp.ci->next=dev->ip_mc_list;
ip_mc_list506net/ipv4/igmp.cdev->ip_mc_list=i;
ip_mc_list515net/ipv4/igmp.cstruct ip_mc_list **i;
ip_mc_list516net/ipv4/igmp.cfor(i=&(dev->ip_mc_list);(*i)!=NULL;i=&(*i)->next)
ip_mc_list524net/ipv4/igmp.cstruct ip_mc_list *tmp= *i;
ip_mc_list539net/ipv4/igmp.cstruct ip_mc_list *i;
ip_mc_list540net/ipv4/igmp.cstruct ip_mc_list *j;
ip_mc_list541net/ipv4/igmp.cfor(i=dev->ip_mc_list;i!=NULL;i=j)
ip_mc_list546net/ipv4/igmp.cdev->ip_mc_list=NULL;
ip_mc_list555net/ipv4/igmp.cstruct ip_mc_list *i;
ip_mc_list556net/ipv4/igmp.cfor(i=dev->ip_mc_list;i!=NULL;i=i->next)
ip_mc_list559net/ipv4/igmp.ci=(struct ip_mc_list *)kmalloc(sizeof(*i), GFP_KERNEL);
ip_mc_list566net/ipv4/igmp.ci->next=dev->ip_mc_list;
ip_mc_list567net/ipv4/igmp.cdev->ip_mc_list=i;
ip_mc_list584net/ipv4/igmp.cif(sk->ip_mc_list==NULL)
ip_mc_list586net/ipv4/igmp.cif((sk->ip_mc_list=(struct ip_mc_socklist *)kmalloc(sizeof(*sk->ip_mc_list), GFP_KERNEL))==NULL)
ip_mc_list588net/ipv4/igmp.cmemset(sk->ip_mc_list,'\0',sizeof(*sk->ip_mc_list));
ip_mc_list592net/ipv4/igmp.cif(sk->ip_mc_list->multiaddr[i]==addr && sk->ip_mc_list->multidev[i]==dev)
ip_mc_list594net/ipv4/igmp.cif(sk->ip_mc_list->multidev[i]==NULL)
ip_mc_list600net/ipv4/igmp.csk->ip_mc_list->multiaddr[unused]=addr;
ip_mc_list601net/ipv4/igmp.csk->ip_mc_list->multidev[unused]=dev;
ip_mc_list617net/ipv4/igmp.cif(sk->ip_mc_list==NULL)
ip_mc_list622net/ipv4/igmp.cif(sk->ip_mc_list->multiaddr[i]==addr && sk->ip_mc_list->multidev[i]==dev)
ip_mc_list624net/ipv4/igmp.csk->ip_mc_list->multidev[i]=NULL;
ip_mc_list640net/ipv4/igmp.cif(sk->ip_mc_list==NULL)
ip_mc_list645net/ipv4/igmp.cif(sk->ip_mc_list->multidev[i])
ip_mc_list647net/ipv4/igmp.cip_mc_dec_group(sk->ip_mc_list->multidev[i], sk->ip_mc_list->multiaddr[i]);
ip_mc_list648net/ipv4/igmp.csk->ip_mc_list->multidev[i]=NULL;
ip_mc_list651net/ipv4/igmp.ckfree_s(sk->ip_mc_list,sizeof(*sk->ip_mc_list));
ip_mc_list652net/ipv4/igmp.csk->ip_mc_list=NULL;
ip_mc_list406net/ipv4/ip_input.cstruct ip_mc_list *ip_mc=dev->ip_mc_list;
ip_mc_list490net/ipv4/ip_output.cstruct ip_mc_list *imc=dev->ip_mc_list;
ip_mc_list950net/ipv4/ip_output.cstruct ip_mc_list *imc=dev->ip_mc_list;
ip_mc_list46net/ipv4/ip_sockglue.cstruct ip_mc_list *im;
ip_mc_list61net/ipv4/ip_sockglue.cfor(im = dev->ip_mc_list; im; im = im->next)