Searched defs:NLMSG_DATA (Results 1 – 2 of 2) sorted by relevance
94 #define NLMSG_DATA(nlh) ((void*)(((char*)nlh) + NLMSG_LENGTH(0))) macro