Searched refs:err_data (Results 1 – 4 of 4) sorted by relevance
259 struct nlmsgerr *err_data = NLMSG_DATA(nh); in tap_nl_recv() local261 tap_nl_dump_ext_ack(nh, err_data); in tap_nl_recv()262 if (err_data->error < 0) { in tap_nl_recv()263 errno = -err_data->error; in tap_nl_recv()
412 goto err_data; in vhost_kernel_setup()474 err_data: in vhost_kernel_setup()
837 goto err_data; in vhost_user_setup()868 err_data: in vhost_user_setup()
420 struct nlmsgerr *err_data = NLMSG_DATA(nh); in mlx5_nl_recv() local422 if (err_data->error < 0) { in mlx5_nl_recv()423 rte_errno = -err_data->error; in mlx5_nl_recv()