Home | History | Annotate | Download | only in lib

Lines Matching refs:nlh

110 		struct nlmsghdr nlh;
118 req.nlh.nlmsg_len = sizeof(req);
119 req.nlh.nlmsg_type = type;
120 req.nlh.nlmsg_flags = NLM_F_DUMP|NLM_F_REQUEST;
121 req.nlh.nlmsg_pid = 0;
122 req.nlh.nlmsg_seq = rth->dump = ++rth->seq;
172 struct nlmsghdr nlh;
175 { .iov_base = &nlh, .iov_len = sizeof(nlh) },
185 nlh.nlmsg_len = NLMSG_LENGTH(len);
186 nlh.nlmsg_type = type;
187 nlh.nlmsg_flags = NLM_F_DUMP|NLM_F_REQUEST;
188 nlh.nlmsg_pid = 0;
189 nlh.nlmsg_seq = rth->dump = ++rth->seq;