Lines Matching refs:sock
148 struct sock sk;
177 static inline struct x25_sock *x25_sk(const struct sock *sk) in x25_sk()
196 struct sock *x25_find_socket(unsigned int, struct x25_neigh *);
197 void x25_destroy_socket_from_timer(struct sock *);
213 int x25_negotiate_facilities(struct sk_buff *, struct sock *,
226 int x25_process_rx_frame(struct sock *, struct sk_buff *);
227 int x25_backlog_rcv(struct sock *, struct sk_buff *);
255 int x25_output(struct sock *, struct sk_buff *);
256 void x25_kick(struct sock *);
257 void x25_enquiry_response(struct sock *);
278 void x25_clear_queues(struct sock *);
279 void x25_frames_acked(struct sock *, unsigned short);
280 void x25_requeue_frames(struct sock *);
281 int x25_validate_nr(struct sock *, unsigned short);
282 void x25_write_internal(struct sock *, int);
283 int x25_decode(struct sock *, struct sk_buff *, int *, int *, int *, int *,
285 void x25_disconnect(struct sock *, int, unsigned char, unsigned char);
288 void x25_init_timers(struct sock *sk);
289 void x25_start_heartbeat(struct sock *);
290 void x25_start_t2timer(struct sock *);
291 void x25_start_t21timer(struct sock *);
292 void x25_start_t22timer(struct sock *);
293 void x25_start_t23timer(struct sock *);
294 void x25_stop_heartbeat(struct sock *);
295 void x25_stop_timer(struct sock *);
296 unsigned long x25_display_timer(struct sock *);
297 void x25_check_rbuf(struct sock *);