Searched refs:ndmsg (Results 1 – 10 of 10) sorted by relevance
100 struct ndmsg ndm; in ipneigh_modify()112 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)); in ipneigh_modify()196 struct ndmsg *r = NLMSG_DATA(n); in print_neigh()345 struct ndmsg ndm; in do_show_or_flush()354 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)); in do_show_or_flush()
106 struct ndmsg *r = NLMSG_DATA(n); in accept_msg()
65 struct ndmsg *r = NLMSG_DATA(n); in print_fdb()239 struct ndmsg ndm; in fdb_modify()255 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)); in fdb_modify()
178 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg))))181 #define NDA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndmsg))
7 struct ndmsg { struct
340 struct ndmsg *nm; in rtnl_neigh_parse()567 struct ndmsg nhdr = { in build_neigh_msg()938 .co_hdrsize = sizeof(struct ndmsg),
270 struct ndmsg ndm; in respond_to_kernel()277 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)); in respond_to_kernel()303 struct ndmsg *ndm = NLMSG_DATA(n); in do_one_request()
693 struct ndmsg *r; in link_neigh()