Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dnetlink.h621 static inline int nlmsg_ok(const struct nlmsghdr *nlh, int remaining) in nlmsg_ok() function
1112 nlmsg_ok(pos, rem); \
/Linux-v6.6/kernel/
Daudit.c1555 while (nlmsg_ok(nlh, len)) { in audit_receive()