Lines Matching refs:mldq
847 struct mld_msg *mldq;
854 mld_hdr_size = sizeof(*mldq);
931 mldq = (struct mld_msg *)icmp6_hdr(skb);
932 mldq->mld_type = ICMPV6_MGM_QUERY;
933 mldq->mld_code = 0;
934 mldq->mld_cksum = 0;
935 mldq->mld_maxdelay = htons((u16)jiffies_to_msecs(interval));
936 mldq->mld_reserved = 0;
937 mldq->mld_mca = *group;
938 csum = &mldq->mld_cksum;
939 csum_start = (void *)mldq;