Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dnetlink.h333 static inline int nlmsg_ok(const struct nlmsghdr *nlh, int remaining) in nlmsg_ok() function
598 nlmsg_ok(pos, rem); \
/linux-4.4.14/kernel/
Daudit.c1099 while (nlmsg_ok(nlh, len)) { in audit_receive_skb()