Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | list |
int | fd |
int | helper_pid |
int | socket [2] |
int | telnetd_pid |
struct port_list * | port |
struct socket * | sock |
uint32_t | nodeid |
struct mutex | sock_mutex |
unsigned long | flags |
struct list_head | writequeue |
spinlock_t | writequeue_lock |
int(* | rx_action )(struct connection *) |
void(* | connect_action )(struct connection *) |
struct page * | rx_page |
struct cbuf | cb |
int | retries |
int | sctp_assoc |
struct hlist_node | list |
struct connection * | othercon |
struct work_struct | rwork |
struct work_struct | swork |
Definition at line 36 of file port_kern.c.
Definition at line 121 of file lowcomms.c.
void(* connect_action)(struct connection *) |
Definition at line 119 of file lowcomms.c.
Definition at line 38 of file port_kern.c.
unsigned long flags |
Definition at line 108 of file lowcomms.c.
int helper_pid |
Definition at line 39 of file port_kern.c.
Definition at line 37 of file port_kern.c.
Definition at line 125 of file lowcomms.c.
uint32_t nodeid |
Definition at line 106 of file lowcomms.c.
struct connection* othercon |
Definition at line 126 of file lowcomms.c.
Definition at line 42 of file port_kern.c.
int retries |
Definition at line 122 of file lowcomms.c.
struct work_struct rwork |
Definition at line 127 of file lowcomms.c.
int(* rx_action)(struct connection *) |
Definition at line 118 of file lowcomms.c.
Definition at line 120 of file lowcomms.c.
int sctp_assoc |
Definition at line 124 of file lowcomms.c.
Definition at line 105 of file lowcomms.c.
Definition at line 107 of file lowcomms.c.
Definition at line 40 of file port_kern.c.
struct work_struct swork |
Definition at line 128 of file lowcomms.c.
int telnetd_pid |
Definition at line 41 of file port_kern.c.
Definition at line 116 of file lowcomms.c.
spinlock_t writequeue_lock |
Definition at line 117 of file lowcomms.c.