Searched defs:rxrpc_call (Results 1 – 1 of 1) sorted by relevance
299 struct rxrpc_call { struct300 struct rxrpc_connection *conn; /* connection carrying call */301 struct rxrpc_sock *socket; /* socket responsible */302 struct timer_list lifetimer; /* lifetime remaining on call */303 struct timer_list deadspan; /* reap timer for re-ACK'ing, etc */304 struct timer_list ack_timer; /* ACK generation timer */305 struct timer_list resend_timer; /* Tx resend timer */306 struct work_struct destroyer; /* call destroyer */307 struct work_struct processor; /* packet processor and ACK generator */308 struct list_head link; /* link in master call list */[all …]