Use 'u64' internally.
Signed-off-by: Daniel Mack <daniel@zonque.org>
static struct kdbus_conn_reply *
kdbus_conn_reply_find(struct kdbus_conn *conn_replying,
struct kdbus_conn *conn_reply_dst,
- uint64_t cookie)
+ u64 cookie)
{
struct kdbus_conn_reply *r, *reply = NULL;
}
static int kdbus_match_db_remove_unlocked(struct kdbus_match_db *mdb,
- uint64_t cookie)
+ u64 cookie)
{
struct kdbus_match_entry *entry, *tmp;
bool found = false;
/* fake the header of a kdbus_name item */
struct {
- __u64 size;
- __u64 type;
- __u64 flags;
+ u64 size;
+ u64 type;
+ u64 flags;
} h = {};
if (e && kdbus_ep_policy_check_see_access_unlocked(conn->ep, conn,