Lines Matching refs:mldq
1090 struct mld_msg *mldq;
1097 mld_hdr_size = sizeof(*mldq);
1175 mldq = (struct mld_msg *)icmp6_hdr(skb);
1176 mldq->mld_type = ICMPV6_MGM_QUERY;
1177 mldq->mld_code = 0;
1178 mldq->mld_cksum = 0;
1179 mldq->mld_maxdelay = htons((u16)jiffies_to_msecs(interval));
1180 mldq->mld_reserved = 0;
1181 mldq->mld_mca = *group;
1182 csum = &mldq->mld_cksum;
1183 csum_start = (void *)mldq;