Lines Matching full:only
116 void (*write_space)(struct sock* sk); /* STREAM mode only */
120 struct mutex creq_mutex; /* DGRAM only: lock accesses to rcv.creq */
122 unsigned int state; /* STREAM only: receiver state */
131 } buf; /* STREAM only: temporary buffer */
132 unsigned char* ptr; /* STREAM only: pointer to data */
133 size_t len; /* STREAM only: length of data to receive */
136 struct list_head requests; /* STREAM only: queued requests */
137 struct work_struct tq; /* STREAM only: transmitter ready */
138 struct ncp_request_reply* creq; /* STREAM only: currently transmitted entry */
140 struct timer_list timeout_tm; /* DGRAM only: timeout timer */
141 …struct work_struct timeout_tq; /* DGRAM only: associated queue, we run timers from process contex…
142 int timeout_last; /* DGRAM only: current timeout length */
143 int timeout_retries; /* DGRAM only: retries left */