Lines Matching refs:ndmsg
3904 struct ndmsg *ndm;
3935 return NLMSG_ALIGN(sizeof(struct ndmsg)) +
3968 int ndo_dflt_fdb_add(struct ndmsg *ndm,
4028 struct ndmsg *ndm;
4108 int ndo_dflt_fdb_del(struct ndmsg *ndm,
4136 struct ndmsg *ndm;
4281 struct ndmsg *ndm;
4296 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb,
4338 * Before Linux v4.12 this code accepted ndmsg since iproute2 v3.3.0.
4339 * However, ndmsg is shorter than ifinfomsg thus nlmsg_parse() bails.
4340 * So, check for ndmsg with an optional u32 attribute (not used here).
4344 if (nlmsg_len(nlh) != sizeof(struct ndmsg) &&
4345 (nlmsg_len(nlh) != sizeof(struct ndmsg) +
4470 struct ndmsg *ndm;
4490 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb,