Home | History | Annotate | Download | only in roken

Lines Matching refs:nlmsghdr

143     struct nlmsghdr *nlh;
279 char reqbuf[NLMSG_ALIGN(sizeof(struct nlmsghdr)) +
282 struct nlmsghdr *req_hdr;
288 req_hdr = (struct nlmsghdr *)reqbuf;
331 struct nlmsghdr **nlhp,
334 struct nlmsghdr *nh;
354 nh = (struct nlmsghdr *)buff;
355 for (nh = (struct nlmsghdr *)buff;
357 nh = (struct nlmsghdr *)NLMSG_NEXT(nh, read_size)){
383 *nlhp = (struct nlmsghdr *)buff;
393 struct nlmsghdr *nlh = NULL;
432 nlm_next->nlh = (struct nlmsghdr *)nlh;
551 struct nlmsghdr *nlh, *nlh0;