Home | History | Annotate | Download | only in lib

Lines Matching defs:nlh

95 		struct nlmsghdr nlh;
103 req.nlh.nlmsg_len = sizeof(req);
104 req.nlh.nlmsg_type = type;
105 req.nlh.nlmsg_flags = NLM_F_DUMP|NLM_F_REQUEST;
106 req.nlh.nlmsg_pid = 0;
107 req.nlh.nlmsg_seq = rth->dump = ++rth->seq;
157 struct nlmsghdr nlh;
160 { .iov_base = &nlh, .iov_len = sizeof(nlh) },
170 nlh.nlmsg_len = NLMSG_LENGTH(len);
171 nlh.nlmsg_type = type;
172 nlh.nlmsg_flags = NLM_F_DUMP|NLM_F_REQUEST;
173 nlh.nlmsg_pid = 0;
174 nlh.nlmsg_seq = rth->dump = ++rth->seq;