Searched defs:ksock_conn (Results 1 – 1 of 1) sorted by relevance
257 typedef struct ksock_conn { struct258 struct ksock_peer *ksnc_peer; /* owning peer */259 struct ksock_route *ksnc_route; /* owning route */260 struct list_head ksnc_list; /* stash on peer's conn list */261 struct socket *ksnc_sock; /* actual socket */262 void *ksnc_saved_data_ready; /* socket's original data_ready() callback */263 void *ksnc_saved_write_space; /* socket's original write_space() callback */264 atomic_t ksnc_conn_refcount; /* conn refcount */265 atomic_t ksnc_sock_refcount; /* sock refcount */266 ksock_sched_t *ksnc_scheduler; /* who schedules this connection */[all …]