Lines Matching defs:amtmd
1059 struct amt_header_mcast_data *amtmd;
1070 skb = skb_copy_expand(oskb, sizeof(*amtmd) + sizeof(*iph) +
1088 amtmd = skb_push(skb, sizeof(*amtmd));
1089 amtmd->version = 0;
1090 amtmd->reserved = 0;
1091 amtmd->type = AMT_MSG_MULTICAST_DATA;
2280 struct amt_header_mcast_data *amtmd;
2288 hdr_size = sizeof(*amtmd) + sizeof(struct udphdr);
2292 amtmd = (struct amt_header_mcast_data *)(udp_hdr(skb) + 1);
2293 if (amtmd->reserved || amtmd->version)