Lines Matching refs:sock
151 struct sock sk;
196 struct sock *x25_find_socket(unsigned int, struct x25_neigh *);
197 void x25_destroy_socket_from_timer(struct sock *);
212 int x25_negotiate_facilities(struct sk_buff *, struct sock *,
225 int x25_process_rx_frame(struct sock *, struct sk_buff *);
226 int x25_backlog_rcv(struct sock *, struct sk_buff *);
254 int x25_output(struct sock *, struct sk_buff *);
255 void x25_kick(struct sock *);
256 void x25_enquiry_response(struct sock *);
277 void x25_clear_queues(struct sock *);
278 void x25_frames_acked(struct sock *, unsigned short);
279 void x25_requeue_frames(struct sock *);
280 int x25_validate_nr(struct sock *, unsigned short);
281 void x25_write_internal(struct sock *, int);
282 int x25_decode(struct sock *, struct sk_buff *, int *, int *, int *, int *,
284 void x25_disconnect(struct sock *, int, unsigned char, unsigned char);
287 void x25_init_timers(struct sock *sk);
288 void x25_start_heartbeat(struct sock *);
289 void x25_start_t2timer(struct sock *);
290 void x25_start_t21timer(struct sock *);
291 void x25_start_t22timer(struct sock *);
292 void x25_start_t23timer(struct sock *);
293 void x25_stop_heartbeat(struct sock *);
294 void x25_stop_timer(struct sock *);
295 unsigned long x25_display_timer(struct sock *);
296 void x25_check_rbuf(struct sock *);