Lines Matching defs:recv
1381 struct kdbus_cmd_recv recv = { .size = sizeof(recv) };
1392 recv.flags |= KDBUS_RECV_USE_PRIORITY;
1393 recv.priority = priority;
1396 r = ioctl(bus->input_fd, KDBUS_CMD_RECV, &recv);
1397 if (recv.return_flags & KDBUS_RECV_RETURN_DROPPED_MSGS)
1398 log_debug("%s: kdbus reports %" PRIu64 " dropped broadcast messages, ignoring.", strna(bus->description), (uint64_t) recv.dropped_msgs);
1406 k = (struct kdbus_msg *)((uint8_t *)bus->kdbus_buffer + recv.msg.offset);
1753 struct kdbus_cmd_recv recv = {
1754 .size = sizeof(recv),
1760 if (ioctl(fd, KDBUS_CMD_RECV, &recv) < 0)