mca_timer         123 include/net/if_inet6.h 	struct timer_list	mca_timer;
mca_timer         719 net/ipv6/mcast.c 	if (del_timer(&mc->mca_timer))
mca_timer         860 net/ipv6/mcast.c 	timer_setup(&mc->mca_timer, igmp6_timer_handler, 0);
mca_timer        1091 net/ipv6/mcast.c 	if (del_timer(&ma->mca_timer)) {
mca_timer        1093 net/ipv6/mcast.c 		delay = ma->mca_timer.expires - jiffies;
mca_timer        1099 net/ipv6/mcast.c 	ma->mca_timer.expires = jiffies + delay;
mca_timer        1100 net/ipv6/mcast.c 	if (!mod_timer(&ma->mca_timer, jiffies + delay))
mca_timer        1495 net/ipv6/mcast.c 			if (del_timer(&ma->mca_timer))
mca_timer        2422 net/ipv6/mcast.c 	if (del_timer(&ma->mca_timer)) {
mca_timer        2424 net/ipv6/mcast.c 		delay = ma->mca_timer.expires - jiffies;
mca_timer        2427 net/ipv6/mcast.c 	if (!mod_timer(&ma->mca_timer, jiffies + delay))
mca_timer        2497 net/ipv6/mcast.c 	struct ifmcaddr6 *ma = from_timer(ma, t, mca_timer);
mca_timer        2768 net/ipv6/mcast.c 		   jiffies_to_clock_t(im->mca_timer.expires-jiffies) : 0);