Lines Matching defs:ndm
730 static int ocelot_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],
744 static int ocelot_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[],
764 struct ndmsg *ndm;
770 sizeof(*ndm), NLM_F_MULTI);
774 ndm = nlmsg_data(nlh);
775 ndm->ndm_family = AF_BRIDGE;
776 ndm->ndm_pad1 = 0;
777 ndm->ndm_pad2 = 0;
778 ndm->ndm_flags = NTF_SELF;
779 ndm->ndm_type = 0;
780 ndm->ndm_ifindex = dump->dev->ifindex;
781 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE;