Lines Matching refs:sock
67 struct sock sock; member
190 void nr_destroy_socket(struct sock *);
197 int nr_process_rx_frame(struct sock *, struct sk_buff *);
205 void nr_output(struct sock *, struct sk_buff *);
206 void nr_send_nak_frame(struct sock *);
207 void nr_kick(struct sock *);
208 void nr_transmit_buffer(struct sock *, struct sk_buff *);
209 void nr_establish_data_link(struct sock *);
210 void nr_enquiry_response(struct sock *);
211 void nr_check_iframes_acked(struct sock *, unsigned short);
225 void nr_clear_queues(struct sock *);
226 void nr_frames_acked(struct sock *, unsigned short);
227 void nr_requeue_frames(struct sock *);
228 int nr_validate_nr(struct sock *, unsigned short);
229 int nr_in_rx_window(struct sock *, unsigned short);
230 void nr_write_internal(struct sock *, int);
252 void nr_disconnect(struct sock *, int);
255 void nr_init_timers(struct sock *sk);
256 void nr_start_heartbeat(struct sock *);
257 void nr_start_t1timer(struct sock *);
258 void nr_start_t2timer(struct sock *);
259 void nr_start_t4timer(struct sock *);
260 void nr_start_idletimer(struct sock *);
261 void nr_stop_heartbeat(struct sock *);
262 void nr_stop_t1timer(struct sock *);
263 void nr_stop_t2timer(struct sock *);
264 void nr_stop_t4timer(struct sock *);
265 void nr_stop_idletimer(struct sock *);
266 int nr_t1timer_running(struct sock *);