Lines Matching refs:ndmsg
1957 struct ndmsg *ndm; in neigh_delete()
2024 struct ndmsg *ndm; in neigh_add()
2658 struct ndmsg *ndm; in __neigh_fill_info()
2729 struct ndmsg *ndm; in pneigh_fill_info()
2890 struct ndmsg *ndm; in neigh_valid_dump_req()
2909 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), in neigh_valid_dump_req()
2913 err = nlmsg_parse_deprecated(nlh, sizeof(struct ndmsg), tb, in neigh_valid_dump_req()
2956 if (nlmsg_len(nlh) >= sizeof(struct ndmsg) && in neigh_dump_info()
2957 ((struct ndmsg *)nlmsg_data(nlh))->ndm_flags == NTF_PROXY) in neigh_dump_info()
2991 static struct ndmsg *neigh_valid_get_req(const struct nlmsghdr *nlh, in neigh_valid_get_req()
2995 struct ndmsg *ndm; in neigh_valid_get_req()
3020 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb, in neigh_valid_get_req()
3047 return NLMSG_ALIGN(sizeof(struct ndmsg)) in neigh_nlmsg_size()
3058 return NLMSG_ALIGN(sizeof(struct ndmsg)) in pneigh_nlmsg_size()
3075 struct ndmsg *ndm; in neigh_get()