Lines Matching defs:npt
259 struct nlpcb *nlp, struct nl_pstate *npt)
279 npt->hdr = hdr;
288 &hdr, npt);
292 error = handler(hdr, npt);
297 if (!npt->nw->suppress_ack) {
299 nlmsg_ack(nlp, error, hdr, npt);
307 npt_clear(struct nl_pstate *npt)
309 lb_clear(&npt->lb);
310 npt->error = 0;
311 npt->err_msg = NULL;
312 npt->err_off = 0;
313 npt->hdr = NULL;
314 npt->nw->suppress_ack = false;
336 struct nl_pstate npt = {
350 npt_clear(&npt);
352 &npt);