Lines Matching defs:sock
12 #include <net/sock.h>
127 struct sock sock;
168 struct sock *rose_find_socket(unsigned int, struct rose_neigh *);
173 void rose_destroy_socket(struct sock *);
179 int rose_process_rx_frame(struct sock *, struct sk_buff *);
198 void rose_kick(struct sock *);
199 void rose_enquiry_response(struct sock *);
223 void rose_clear_queues(struct sock *);
224 void rose_frames_acked(struct sock *, unsigned short);
225 void rose_requeue_frames(struct sock *);
226 int rose_validate_nr(struct sock *, unsigned short);
227 void rose_write_internal(struct sock *, int);
231 void rose_disconnect(struct sock *, int, int, int);
234 void rose_start_heartbeat(struct sock *);
235 void rose_start_t1timer(struct sock *);
236 void rose_start_t2timer(struct sock *);
237 void rose_start_t3timer(struct sock *);
238 void rose_start_hbtimer(struct sock *);
239 void rose_start_idletimer(struct sock *);
240 void rose_stop_heartbeat(struct sock *);
241 void rose_stop_timer(struct sock *);
242 void rose_stop_idletimer(struct sock *);