Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dbionic_netlink.cpp85 for (; NLMSG_OK(hdr, static_cast<size_t>(bytes_read)); hdr = NLMSG_NEXT(hdr, bytes_read)) { in ReadResponses()
/bionic/libc/kernel/uapi/linux/
Dnetlink.h84 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr *) (((char *)… macro