Home
last modified time | relevance | path

Searched refs:NLMSG_HDRLEN (Results 1 - 6 of 6) sorted by relevance

/third_party/libbpf/include/uapi/linux/
H A Dnetlink.h91 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
92 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dpriv_netlink.h50 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
H A Ddriver_nl80211.c386 int len = hdr->nlmsg_len - NLMSG_HDRLEN; in nl80211_nlmsg_clear()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dpriv_netlink.h50 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
H A Ddriver_nl80211.c404 int len = hdr->nlmsg_len - NLMSG_HDRLEN; in nl80211_nlmsg_clear()
/third_party/libbpf/src/
H A Dnlattr.c83 return nlh->nlmsg_len - NLMSG_HDRLEN; in nlmsg_len()

Completed in 27 milliseconds