Searched refs:nlmsg_next (Results 1 – 5 of 5) sorted by relevance
65 extern struct nlmsghdr * nlmsg_next(struct nlmsghdr *, int *);136 pos = nlmsg_next(pos, &rem))
956 hdr = nlmsg_next(hdr, &n); in recvmsgs()
194 struct nlmsghdr *nlmsg_next(struct nlmsghdr *nlh, int *remaining) in nlmsg_next() function
208 extern struct nlmsghdr * nlmsg_next(struct nlmsghdr *, int *);
1104 | v | More data to parse? (nlmsg_next())1258 Any subsequent message headers are access by calling nlmsg_next() on1265 struct nlmsghdr *nlmsg_next(struct nlmsghdr *hdr, int *remaining);1268 The function nlmsg_next() will automatically substract the size of the1300 hdr = nlmsg_next(hdr, &length);1709 The semantics are equivalent to nlmsg_next() and thus nla_next() will also