Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
iscsi_sw_tcp_conn Struct Reference

#include <iscsi_tcp.h>

Data Fields

struct socketsock
 
struct iscsi_sw_tcp_send out
 
void(* old_data_ready )(struct sock *, int)
 
void(* old_state_change )(struct sock *)
 
void(* old_write_space )(struct sock *)
 
struct hash_desc tx_hash
 
struct hash_desc rx_hash
 
uint32_t sendpage_failures_cnt
 
uint32_t discontiguous_hdr_cnt
 
ssize_t(* sendpage )(struct socket *, struct page *, int, size_t, int)
 

Detailed Description

Definition at line 38 of file iscsi_tcp.h.

Field Documentation

uint32_t discontiguous_hdr_cnt

Definition at line 53 of file iscsi_tcp.h.

void(* old_data_ready)(struct sock *, int)

Definition at line 43 of file iscsi_tcp.h.

void(* old_state_change)(struct sock *)

Definition at line 44 of file iscsi_tcp.h.

void(* old_write_space)(struct sock *)

Definition at line 45 of file iscsi_tcp.h.

Definition at line 41 of file iscsi_tcp.h.

struct hash_desc rx_hash

Definition at line 49 of file iscsi_tcp.h.

ssize_t(* sendpage)(struct socket *, struct page *, int, size_t, int)

Definition at line 55 of file iscsi_tcp.h.

uint32_t sendpage_failures_cnt

Definition at line 52 of file iscsi_tcp.h.

Definition at line 39 of file iscsi_tcp.h.

struct hash_desc tx_hash

Definition at line 48 of file iscsi_tcp.h.


The documentation for this struct was generated from the following file: