Lines Matching refs:ndmsg
1931 struct ndmsg *ndm;
1998 struct ndmsg *ndm;
2632 struct ndmsg *ndm;
2693 struct ndmsg *ndm;
2860 struct ndmsg *ndm;
2879 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg),
2883 err = nlmsg_parse_deprecated(nlh, sizeof(struct ndmsg), tb,
2923 /* check for full ndmsg structure presence, family member is
2926 if (nlmsg_len(nlh) >= sizeof(struct ndmsg) &&
2927 ((struct ndmsg *)nlmsg_data(nlh))->ndm_flags == NTF_PROXY)
2961 static struct ndmsg *neigh_valid_get_req(const struct nlmsghdr *nlh,
2965 struct ndmsg *ndm;
2990 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb,
3017 return NLMSG_ALIGN(sizeof(struct ndmsg))
3028 return NLMSG_ALIGN(sizeof(struct ndmsg))
3045 struct ndmsg *ndm;