Lines Matching refs:ndmsg
3553 struct ndmsg *ndm; in nlmsg_populate_fdb_fill()
3584 return NLMSG_ALIGN(sizeof(struct ndmsg)) + in rtnl_fdb_nlmsg_size()
3617 int ndo_dflt_fdb_add(struct ndmsg *ndm, in ndo_dflt_fdb_add()
3677 struct ndmsg *ndm; in rtnl_fdb_add()
3757 int ndo_dflt_fdb_del(struct ndmsg *ndm, in ndo_dflt_fdb_del()
3785 struct ndmsg *ndm; in rtnl_fdb_del()
3930 struct ndmsg *ndm; in valid_fdb_dump_strict()
3945 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb, in valid_fdb_dump_strict()
3993 if (nlmsg_len(nlh) != sizeof(struct ndmsg) && in valid_fdb_dump_legacy()
3994 (nlmsg_len(nlh) != sizeof(struct ndmsg) + in valid_fdb_dump_legacy()
4119 struct ndmsg *ndm; in valid_fdb_get_strict()
4139 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb, in valid_fdb_get_strict()