mldv1_md         1278 net/ipv6/mcast.c 	unsigned long mldv1_md;
mldv1_md         1284 net/ipv6/mcast.c 	mldv1_md = ntohs(mld->mld_maxdelay);
mldv1_md         1299 net/ipv6/mcast.c 		mldv1_md = min(mldv1_md, MLDV1_MRD_MAX_COMPAT);
mldv1_md         1301 net/ipv6/mcast.c 	*max_delay = max(msecs_to_jiffies(mldv1_md), 1UL);