Lines Matching defs:npt
1254 struct nl_pstate *npt = ifd->npt;
1269 nlmsg_report_err_msg(npt, "vlan id is required, guessing not supported");
1273 error = nl_parse_nested(lattrs->ifla_idata, &vlan_parser, npt, &attrs);
1277 nlmsg_report_err_msg(npt, "Invalid VID: %d", attrs.vlan_id);
1281 nlmsg_report_err_msg(npt, "Unsupported ethertype: 0x%04X", attrs.vlan_proto);
1298 nlmsg_report_err_msg(npt, "unable to find parent interface %u", lattrs->ifi_index);
1319 error = nl_parse_nested(lattrs->ifla_idata, &vlan_parser, ifd->npt, &attrs);
1328 nlmsg_report_err_msg(ifd->npt, "unable to find parent interface %u",
1341 return (nl_modify_ifp_generic(ifp, ifd->lattrs, ifd->bm, ifd->npt));