Lines Matching refs:ndmsg
1898 struct ndmsg *ndm;
1965 struct ndmsg *ndm;
2569 struct ndmsg *ndm;
2630 struct ndmsg *ndm;
2805 struct ndmsg *ndm;
2824 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg),
2828 err = nlmsg_parse_deprecated(nlh, sizeof(struct ndmsg), tb,
2868 /* check for full ndmsg structure presence, family member is
2871 if (nlmsg_len(nlh) >= sizeof(struct ndmsg) &&
2872 ((struct ndmsg *)nlmsg_data(nlh))->ndm_flags == NTF_PROXY)
2909 struct ndmsg *ndm;
2929 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb,
2965 return NLMSG_ALIGN(sizeof(struct ndmsg))
2997 return NLMSG_ALIGN(sizeof(struct ndmsg))