Lines Matching refs:dml
49 struct packet_diag_mclist *dml;
51 dml = nla_reserve_nohdr(nlskb, sizeof(*dml));
52 if (!dml) {
58 dml->pdmc_index = ml->ifindex;
59 dml->pdmc_type = ml->type;
60 dml->pdmc_alen = ml->alen;
61 dml->pdmc_count = ml->count;
62 BUILD_BUG_ON(sizeof(dml->pdmc_addr) != sizeof(ml->addr));
63 memcpy(dml->pdmc_addr, ml->addr, sizeof(ml->addr));