Lines Matching refs:NLMSG_ERROR
295 } else if (answer.hdr.nlmsg_type != NLMSG_ERROR) {
296 printk("expected NLMSG_ERROR, got %d", (int)answer.hdr.nlmsg_type);
299 printk("NLMSG_ERROR: %d: %s",
1050 if (answer.nh.nlmsg_type == NLMSG_ERROR) {
1051 printk("NLMSG_ERROR: %d: %s",
1316 } else if (answer.nh.nlmsg_type != NLMSG_ERROR) {
1317 printk("expected NLMSG_ERROR, got %d", (int)answer.nh.nlmsg_type);
1321 printk("NLMSG_ERROR: %d: %s", answer.error, strerror(-answer.error));
1405 } else if (req.nh.nlmsg_type != NLMSG_ERROR) {
1406 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type);
1411 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error));
1479 } else if (req.nh.nlmsg_type != NLMSG_ERROR) {
1480 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type);
1485 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error));
1557 } else if (req.nh.nlmsg_type != NLMSG_ERROR) {
1558 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type);
1563 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error));
1632 } else if (req.nh.nlmsg_type != NLMSG_ERROR) {
1633 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type);
1638 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error));
1706 } else if (req.nh.nlmsg_type != NLMSG_ERROR) {
1707 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type);
1710 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error));