Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dnetlink.h609 static inline int nlmsg_ok(const struct nlmsghdr *nlh, int remaining) in nlmsg_ok() function
1066 nlmsg_ok(pos, rem); \
/OK3568_Linux_fs/kernel/kernel/
H A Daudit.c1558 while (nlmsg_ok(nlh, len)) { in audit_receive()