Lines Matching refs:sock
64 struct sock sock; member
187 void nr_destroy_socket(struct sock *);
194 int nr_process_rx_frame(struct sock *, struct sk_buff *);
202 void nr_output(struct sock *, struct sk_buff *);
203 void nr_send_nak_frame(struct sock *);
204 void nr_kick(struct sock *);
205 void nr_transmit_buffer(struct sock *, struct sk_buff *);
206 void nr_establish_data_link(struct sock *);
207 void nr_enquiry_response(struct sock *);
208 void nr_check_iframes_acked(struct sock *, unsigned short);
222 void nr_clear_queues(struct sock *);
223 void nr_frames_acked(struct sock *, unsigned short);
224 void nr_requeue_frames(struct sock *);
225 int nr_validate_nr(struct sock *, unsigned short);
226 int nr_in_rx_window(struct sock *, unsigned short);
227 void nr_write_internal(struct sock *, int);
249 void nr_disconnect(struct sock *, int);
252 void nr_init_timers(struct sock *sk);
253 void nr_start_heartbeat(struct sock *);
254 void nr_start_t1timer(struct sock *);
255 void nr_start_t2timer(struct sock *);
256 void nr_start_t4timer(struct sock *);
257 void nr_start_idletimer(struct sock *);
258 void nr_stop_heartbeat(struct sock *);
259 void nr_stop_t1timer(struct sock *);
260 void nr_stop_t2timer(struct sock *);
261 void nr_stop_t4timer(struct sock *);
262 void nr_stop_idletimer(struct sock *);
263 int nr_t1timer_running(struct sock *);