Searched refs:NLMSG_ALIGNTO (Results 1 – 3 of 3) sorted by relevance
48 #define NLMSG_ALIGNTO 4 macro49 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1))
10083 if (nlmsg_append(msg, (void *) data, data_len, NLMSG_ALIGNTO) < in nl80211_vendor_cmd()
830 nlmsg_append(m, &rmsg, sizeof(rmsg), NLMSG_ALIGNTO); in process_get_neigh()