Searched refs:NLMSG_DATA (Results 1 – 9 of 9) sorted by relevance
101 auto nlerr = reinterpret_cast<struct nlmsgerr*>(NLMSG_DATA(nlmsg)); in receiveAck()
83 #define NLMSG_DATA(nlh) ((void*)(((char*)nlh) + NLMSG_LENGTH(0))) macro
92 #define NLMSG_DATA(nlh) ((void *) (((char *) nlh) + NLMSG_LENGTH(0))) macro
92 #define NLMSG_DATA(nlh) ((void*)(((char*)nlh) + NLMSG_LENGTH(0))) macro
432 link_info->metainfo = *(struct ifinfomsg *)NLMSG_DATA(nlh); in ipa_nl_decode_rtm_link()450 addr_info->metainfo = *((struct ifaddrmsg *)NLMSG_DATA(nlh)); in ipa_nl_decode_rtm_addr()456 rtah = IFA_RTA(NLMSG_DATA(nlh)); in ipa_nl_decode_rtm_addr()491 neigh_info->metainfo = *((struct ndmsg *)NLMSG_DATA(nlh)); in ipa_nl_decode_rtm_neigh()497 rtah = NDA_RTA(NLMSG_DATA(nlh)); in ipa_nl_decode_rtm_neigh()539 route_info->metainfo = *((struct rtmsg *)NLMSG_DATA(nlh)); in ipa_nl_decode_rtm_route()543 rtah = RTM_RTA(NLMSG_DATA(nlh)); in ipa_nl_decode_rtm_route()
2767 buf = (uint8_t *)NLMSG_DATA(wnl) + sizeof(wnl->clh.radio); in diag_message_handler()