Home
last modified time | relevance | path

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

/hardware/qcom/msm8994/original-kernel-headers/linux/
Dnetlink.h80 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
81 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dnetlink.h80 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
81 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
/hardware/qcom/msm8994/kernel-headers/linux/
Dnetlink.h89 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
90 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
/hardware/qcom/msm8996/kernel-headers/linux/
Dnetlink.h89 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
90 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger_diag.cpp2776 if ((wnl->nlh.nlmsg_len <= NLMSG_HDRLEN + sizeof(fw_event_hdr_t)) || in diag_message_handler()
2777 (wnl->nlh.nlmsg_len < (NLMSG_HDRLEN + sizeof(fw_event_hdr_t) + in diag_message_handler()
2784 if (nlh->nlmsg_len <= NLMSG_HDRLEN + sizeof(dbglog_slot)) { in diag_message_handler()
2796 if (nlh->nlmsg_len < (NLMSG_HDRLEN + sizeof(dbglog_slot) + in diag_message_handler()
2801 (NLMSG_HDRLEN + sizeof(dbglog_slot) +slot->length), in diag_message_handler()