Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dnetlink.h657 nlmsg_next(const struct nlmsghdr *nlh, int *remaining) in nlmsg_next() function
1179 pos = nlmsg_next(pos, &(rem)))
/linux-6.15/kernel/
H A Daudit.c1579 nlh = nlmsg_next(nlh, &len); in audit_receive()