Home
last modified time | relevance | path

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

/third_party/libbpf/include/uapi/linux/
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/
Dpriv_netlink.h50 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
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/
Dpriv_netlink.h50 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
Ddriver_nl80211.c386 int len = hdr->nlmsg_len - NLMSG_HDRLEN; in nl80211_nlmsg_clear()
/third_party/libbpf/src/
Dnlattr.c83 return nlh->nlmsg_len - NLMSG_HDRLEN; in nlmsg_len()