Lines Matching refs:ndm
974 int switchdev_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in switchdev_port_fdb_add() argument
999 int switchdev_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in switchdev_port_fdb_del() argument
1029 struct ndmsg *ndm; in switchdev_port_fdb_dump_cb() local
1035 sizeof(*ndm), NLM_F_MULTI); in switchdev_port_fdb_dump_cb()
1039 ndm = nlmsg_data(nlh); in switchdev_port_fdb_dump_cb()
1040 ndm->ndm_family = AF_BRIDGE; in switchdev_port_fdb_dump_cb()
1041 ndm->ndm_pad1 = 0; in switchdev_port_fdb_dump_cb()
1042 ndm->ndm_pad2 = 0; in switchdev_port_fdb_dump_cb()
1043 ndm->ndm_flags = NTF_SELF; in switchdev_port_fdb_dump_cb()
1044 ndm->ndm_type = 0; in switchdev_port_fdb_dump_cb()
1045 ndm->ndm_ifindex = dump->dev->ifindex; in switchdev_port_fdb_dump_cb()
1046 ndm->ndm_state = fdb->ndm_state; in switchdev_port_fdb_dump_cb()