Searched refs:ndmsg (Results 1 – 3 of 3) sorted by relevance
353 struct ndmsg struct375 #define NDA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg)))) argument376 #define NDA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndmsg))
1346 struct ndmsg *ndm = NLMSG_DATA(nlh); in neigh_delete()1398 struct ndmsg *ndm = NLMSG_DATA(nlh); in neigh_add()1473 struct ndmsg *ndm; in neigh_fill_info()1932 int size = NLMSG_SPACE(sizeof(struct ndmsg)+256); in neigh_app_ns()1952 int size = NLMSG_SPACE(sizeof(struct ndmsg)+256); in neigh_app_notify()
88 NLMSG_LENGTH(sizeof(struct ndmsg)),