Lines Matching refs:NLMSG_ERROR
297 } else if (answer.hdr.nlmsg_type != NLMSG_ERROR) {
298 printk("expected NLMSG_ERROR, got %d", (int)answer.hdr.nlmsg_type);
301 printk("NLMSG_ERROR: %d: %s",
1055 if (answer.nh.nlmsg_type == NLMSG_ERROR) {
1056 printk("NLMSG_ERROR: %d: %s",
1321 } else if (answer.nh.nlmsg_type != NLMSG_ERROR) {
1322 printk("expected NLMSG_ERROR, got %d", (int)answer.nh.nlmsg_type);
1326 printk("NLMSG_ERROR: %d: %s", answer.error, strerror(-answer.error));
1410 } else if (req.nh.nlmsg_type != NLMSG_ERROR) {
1411 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type);
1416 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error));
1484 } else if (req.nh.nlmsg_type != NLMSG_ERROR) {
1485 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type);
1490 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error));
1562 } else if (req.nh.nlmsg_type != NLMSG_ERROR) {
1563 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type);
1568 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error));
1637 } else if (req.nh.nlmsg_type != NLMSG_ERROR) {
1638 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type);
1643 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error));
1711 } else if (req.nh.nlmsg_type != NLMSG_ERROR) {
1712 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type);
1715 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error));