Lines Matching refs:NLMSG_ERROR
257 } else if (answer.hdr.nlmsg_type != NLMSG_ERROR) {
258 printk("expected NLMSG_ERROR, got %d", (int)answer.hdr.nlmsg_type);
261 printk("NLMSG_ERROR: %d: %s",
1062 if (answer.nh.nlmsg_type == NLMSG_ERROR) {
1063 printk("NLMSG_ERROR: %d: %s",
1328 } else if (answer.nh.nlmsg_type != NLMSG_ERROR) {
1329 printk("expected NLMSG_ERROR, got %d", (int)answer.nh.nlmsg_type);
1333 printk("NLMSG_ERROR: %d: %s", answer.error, strerror(-answer.error));
1417 } else if (req.nh.nlmsg_type != NLMSG_ERROR) {
1418 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type);
1423 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error));
1491 } else if (req.nh.nlmsg_type != NLMSG_ERROR) {
1492 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type);
1497 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error));
1569 } else if (req.nh.nlmsg_type != NLMSG_ERROR) {
1570 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type);
1575 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error));