Lines Matching refs:ndmsg
4101 struct ndmsg *ndm;
4132 return NLMSG_ALIGN(sizeof(struct ndmsg)) +
4165 int ndo_dflt_fdb_add(struct ndmsg *ndm,
4230 struct ndmsg *ndm;
4310 int ndo_dflt_fdb_del(struct ndmsg *ndm,
4347 struct ndmsg *ndm;
4513 struct ndmsg *ndm;
4528 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb,
4570 * Before Linux v4.12 this code accepted ndmsg since iproute2 v3.3.0.
4571 * However, ndmsg is shorter than ifinfomsg thus nlmsg_parse() bails.
4572 * So, check for ndmsg with an optional u32 attribute (not used here).
4576 if (nlmsg_len(nlh) != sizeof(struct ndmsg) &&
4577 (nlmsg_len(nlh) != sizeof(struct ndmsg) +
4702 struct ndmsg *ndm;
4722 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb,