Searched defs:iscsi_sw_tcp_conn (Results 1 – 1 of 1) sorted by relevance
29 struct iscsi_sw_tcp_conn { struct30 struct socket *sock;32 struct mutex sock_lock;34 struct iscsi_sw_tcp_send out;36 void (*old_data_ready)(struct sock *);37 void (*old_state_change)(struct sock *);38 void (*old_write_space)(struct sock *);41 struct ahash_request *tx_hash; /* CRC32C (Tx) */42 struct ahash_request *rx_hash; /* CRC32C (Rx) */45 uint32_t sendpage_failures_cnt;[all …]