Searched refs:nlmsg_ok (Results 1 – 6 of 6) sorted by relevance
66 extern int nlmsg_ok(const struct nlmsghdr *, int);137 nlmsg_ok(pos, rem); \
308 nlmsg_ok;
181 int nlmsg_ok(const struct nlmsghdr *nlh, int remaining) in nlmsg_ok() function
855 while (nlmsg_ok(hdr, n)) { in recvmsgs()
212 extern int nlmsg_ok(const struct nlmsghdr *, int);
1170 nlmsg_ok() --> Ignore1275 To simplify this, the function nlmsg_ok() exists which returns true if1285 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