Home
last modified time | relevance | path

Searched refs:NLMSG_ALIGNTO (Results 1 - 5 of 5) sorted by relevance

/third_party/libbpf/include/uapi/linux/
H A Dnetlink.h89 #define NLMSG_ALIGNTO 4U macro
90 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
190 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dpriv_netlink.h48 #define NLMSG_ALIGNTO 4 macro
49 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1))
H A Ddriver_nl80211.c9273 if (nlmsg_append(msg, (void *) data, data_len, NLMSG_ALIGNTO) < in nl80211_vendor_cmd()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dpriv_netlink.h48 #define NLMSG_ALIGNTO 4 macro
49 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1))
H A Ddriver_nl80211.c10612 if (nlmsg_append(msg, (void *) data, data_len, NLMSG_ALIGNTO) <

Completed in 27 milliseconds