Lines Matching refs:ndmsg
1815 struct ndmsg *ndm;
1882 struct ndmsg *ndm;
2456 struct ndmsg *ndm;
2511 struct ndmsg *ndm;
2674 struct ndmsg *ndm;
2693 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg),
2697 err = nlmsg_parse_deprecated(nlh, sizeof(struct ndmsg), tb,
2737 /* check for full ndmsg structure presence, family member is
2740 if (nlmsg_len(nlh) >= sizeof(struct ndmsg) &&
2741 ((struct ndmsg *)nlmsg_data(nlh))->ndm_flags == NTF_PROXY)
2778 struct ndmsg *ndm;
2798 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb,
2834 return NLMSG_ALIGN(sizeof(struct ndmsg))
2865 return NLMSG_ALIGN(sizeof(struct ndmsg))