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