Searched refs:mldq (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/bridge/
H A Dbr_multicast.c1091 struct mld_msg *mldq; local
1098 mld_hdr_size = sizeof(*mldq);
1176 mldq = (struct mld_msg *)icmp6_hdr(skb);
1177 mldq->mld_type = ICMPV6_MGM_QUERY;
1178 mldq->mld_code = 0;
1179 mldq->mld_cksum = 0;
1180 mldq->mld_maxdelay = htons((u16)jiffies_to_msecs(interval));
1181 mldq->mld_reserved = 0;
1182 mldq->mld_mca = *group;
1183 csum = &mldq
[all...]

Completed in 149 milliseconds