Searched refs:nlmsg_next (Results 1 – 6 of 6) sorted by relevance
67 extern struct nlmsghdr * nlmsg_next(struct nlmsghdr *, int *);138 pos = nlmsg_next(pos, &rem))
307 nlmsg_next;
196 struct nlmsghdr *nlmsg_next(struct nlmsghdr *nlh, int *remaining) in nlmsg_next() function
1011 hdr = nlmsg_next(hdr, &n); in recvmsgs()
213 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