Lines Matching defs:ndm
193 struct ndmsg *ndm;
199 sizeof(*ndm), NLM_F_MULTI);
203 ndm = nlmsg_data(nlh);
204 ndm->ndm_family = AF_BRIDGE;
205 ndm->ndm_pad1 = 0;
206 ndm->ndm_pad2 = 0;
207 ndm->ndm_flags = NTF_SELF;
208 ndm->ndm_type = 0;
209 ndm->ndm_ifindex = dump->dev->ifindex;
210 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE;
1595 int dsa_legacy_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],
1606 int dsa_legacy_fdb_del(struct ndmsg *ndm, struct nlattr *tb[],