Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink/
Dmsg.h66 extern int nlmsg_ok(const struct nlmsghdr *, int);
137 nlmsg_ok(pos, rem); \
/third_party/libnl/
Dlibnl-3.sym308 nlmsg_ok;
/third_party/libnl/lib/
Dmsg.c181 int nlmsg_ok(const struct nlmsghdr *nlh, int remaining) in nlmsg_ok() function
Dnl.c855 while (nlmsg_ok(hdr, n)) { in recvmsgs()
/third_party/libnl/python/netlink/
Dcapi.i212 extern int nlmsg_ok(const struct nlmsghdr *, int);
/third_party/libnl/doc/
Dcore.txt1170 nlmsg_ok() --> Ignore
1275 To simplify this, the function nlmsg_ok() exists which returns true if
1285 int nlmsg_ok(const struct nlmsghdr *hdr, int remaining);
1298 while (nlmsg_ok(hdr, length)) {
1305 CAUTION: nlmsg_ok() only returns true if the *complete* message including