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