Searched refs:NLMSG_ERROR (Results 1 – 20 of 20) sorted by relevance
42 rep->nlh.nlmsg_type == NLMSG_ERROR) /* short-cut for now */ in audit_recv()
103 #define NLMSG_ERROR 0x2 /* Error */ macro
189 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id()358 if (msg.n.nlmsg_type == NLMSG_ERROR || in main()
182 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id()526 if (msg.n.nlmsg_type == NLMSG_ERROR || in main()
348 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id()493 if (rc < 0 || resp.n.nlmsg_type == NLMSG_ERROR) { in fetch_and_fill_task_info()646 if (rc < 0 || resp.n.nlmsg_type == NLMSG_ERROR) { in get_container_stats()
107 if (msg->header.nlmsg_type == NLMSG_ERROR) in audit_recv()137 } while (reply->header.nlmsg_type != NLMSG_ERROR && in audit_request()
296 } else if (answer.hdr.nlmsg_type != NLMSG_ERROR) { in netlink_check_answer()1051 if (answer.nh.nlmsg_type == NLMSG_ERROR) { in xfrm_state_check()1317 } else if (answer.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_state_allocspi()1406 } else if (req.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_monitor_acquire()1480 } else if (req.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_expire_state()1558 } else if (req.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_expire_policy()1633 } else if (req.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_spdinfo_set_thresh()1707 } else if (req.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_spdinfo_attrs()
196 if (ans.n.nlmsg_type == NLMSG_ERROR || resp_len < 0 || in get_family_id()267 if (msg->n.nlmsg_type == NLMSG_ERROR || in get_nci_devid()664 if (ans.n.nlmsg_type == NLMSG_ERROR || resp_len < 0 || in get_taginfo()
140 if (hdr->nlmsg_type == NLMSG_ERROR) { in handle_packet()
133 if (nh->nlmsg_type == NLMSG_ERROR) in capture_events()134 error(1, NLMSG_ERROR, "received invalid NL message"); in capture_events()231 if (nh->nlmsg_type == NLMSG_ERROR && nl_error(nh)) in do_nl_req()1059 if (nh->nlmsg_type == NLMSG_ERROR) in print_addrs()1195 if (nh->nlmsg_type == NLMSG_ERROR) in print_limits()
327 } else if (nlh->nlmsg_type == NLMSG_ERROR) { in recv_nlmsg()
215 if (h->nlmsg_type == NLMSG_ERROR) { in __rtnl_talk_iov()
373 case NLMSG_ERROR: in netlink_recv()
287 if (h->nlmsg_type == NLMSG_ERROR) { in read_vsock_stat()
45 } else if (answer.hdr.nlmsg_type != NLMSG_ERROR) { in netlink_check_answer()
36 NLMSG_ERROR = 2 variable in Netlink204 if self.nl_type == Netlink.NLMSG_ERROR:
186 case NLMSG_ERROR: in netlink_recv()
187 case NLMSG_ERROR: in libbpf_netlink_recv()
600 case NLMSG_ERROR: in __ynl_sock_read_msgs()
1286 if (h->nlmsg_type == NLMSG_ERROR) { in ovpn_rt_send()
Completed in 63 milliseconds