Lines Matching refs:ndm
739 static int ocelot_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in ocelot_port_fdb_add() argument
753 static int ocelot_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in ocelot_port_fdb_del() argument
773 struct ndmsg *ndm; in ocelot_port_fdb_do_dump() local
779 sizeof(*ndm), NLM_F_MULTI); in ocelot_port_fdb_do_dump()
783 ndm = nlmsg_data(nlh); in ocelot_port_fdb_do_dump()
784 ndm->ndm_family = AF_BRIDGE; in ocelot_port_fdb_do_dump()
785 ndm->ndm_pad1 = 0; in ocelot_port_fdb_do_dump()
786 ndm->ndm_pad2 = 0; in ocelot_port_fdb_do_dump()
787 ndm->ndm_flags = NTF_SELF; in ocelot_port_fdb_do_dump()
788 ndm->ndm_type = 0; in ocelot_port_fdb_do_dump()
789 ndm->ndm_ifindex = dump->dev->ifindex; in ocelot_port_fdb_do_dump()
790 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in ocelot_port_fdb_do_dump()