Lines Matching refs:connection
25 int do_introduce(struct connection *conn, struct buffered_data *in);
28 int do_is_domain_introduced(struct connection *conn, struct buffered_data *in);
31 int do_release(struct connection *conn, struct buffered_data *in);
34 int do_resume(struct connection *conn, struct buffered_data *in);
37 int do_set_target(struct connection *conn, struct buffered_data *in);
40 int do_get_domain_path(struct connection *conn, struct buffered_data *in);
43 int do_reset_watches(struct connection *conn, struct buffered_data *in);
48 const char *get_implicit_path(const struct connection *conn);
54 bool domain_can_read(struct connection *conn);
55 bool domain_can_write(struct connection *conn);
57 bool domain_is_unprivileged(struct connection *conn);
60 void domain_entry_inc(struct connection *conn, struct node *);
61 void domain_entry_dec(struct connection *conn, struct node *);
63 int domain_entry(struct connection *conn);
64 void domain_watch_inc(struct connection *conn);
65 void domain_watch_dec(struct connection *conn);
66 int domain_watch(struct connection *conn);
92 void wrl_apply_debit_direct(struct connection *conn);
93 void wrl_apply_debit_trans_commit(struct connection *conn);