Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dnetlink.h60 __u32 nlmsg_len; member
90 …lh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN…
91 …n) >= (int)sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nl…
92 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len)))