Lines Matching defs:mld
20 #include <net/mld.h>
1177 struct mld_msg *mld;
1217 mld = (struct mld_msg *)skb_transport_header(skb);
1218 switch (mld->mld_type) {
2101 struct mld_msg *mld = (struct mld_msg *)icmp6_hdr(skb);
2106 memcpy(&group.ip6, &mld->mld_mca, sizeof(struct in6_addr));
2138 struct mld_msg *mld = (struct mld_msg *)icmp6_hdr(skb);
2143 memcpy(&group.ip6, &mld->mld_mca, sizeof(struct in6_addr));
2228 struct mld_msg *mld = (struct mld_msg *)icmp6_hdr(skb);
2230 switch (mld->mld_type) {