Lines Matching defs:connection
3 * fs/hmdfs/comm/connection.h
54 struct connection {
72 void (*close)(struct connection *connect);
73 int (*send_message)(struct connection *connect,
248 void (*filler)(struct connection *conn_impl, __u8 ops,
250 int (*parser)(struct connection *conn_impl, __u8 ops,
296 struct connection *get_conn_impl(struct hmdfs_peer *node, int connect_type);
307 void connection_send_handshake(struct connection *conn_impl, __u8 operations,
309 void connection_handshake_recv_handler(struct connection *conn_impl, void *buf,
311 void connection_working_recv_handler(struct connection *conn_impl, void *head,
313 static inline void connection_get(struct connection *conn)
318 void connection_put(struct connection *conn);