Lines Matching refs:ndmsg
4469 struct ndmsg *ndm; in nlmsg_populate_fdb_fill()
4500 return NLMSG_ALIGN(sizeof(struct ndmsg)) + in rtnl_fdb_nlmsg_size()
4533 int ndo_dflt_fdb_add(struct ndmsg *ndm, in ndo_dflt_fdb_add()
4598 struct ndmsg *ndm; in rtnl_fdb_add()
4681 int ndo_dflt_fdb_del(struct ndmsg *ndm, in ndo_dflt_fdb_del()
4711 struct ndmsg *ndm; in rtnl_fdb_del()
4883 struct ndmsg *ndm; in valid_fdb_dump_strict()
4898 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb, in valid_fdb_dump_strict()
4946 if (nlmsg_len(nlh) != sizeof(struct ndmsg) && in valid_fdb_dump_legacy()
4947 (nlmsg_len(nlh) != sizeof(struct ndmsg) + in valid_fdb_dump_legacy()
5051 struct ndmsg *ndm; in valid_fdb_get_strict()
5071 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb, in valid_fdb_get_strict()