• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/

Lines Matching refs:sock

13 #include <net/sock.h>
64 struct sock sock;
187 extern void nr_destroy_socket(struct sock *);
194 extern int nr_process_rx_frame(struct sock *, struct sk_buff *);
202 extern void nr_output(struct sock *, struct sk_buff *);
203 extern void nr_send_nak_frame(struct sock *);
204 extern void nr_kick(struct sock *);
205 extern void nr_transmit_buffer(struct sock *, struct sk_buff *);
206 extern void nr_establish_data_link(struct sock *);
207 extern void nr_enquiry_response(struct sock *);
208 extern void nr_check_iframes_acked(struct sock *, unsigned short);
222 extern void nr_clear_queues(struct sock *);
223 extern void nr_frames_acked(struct sock *, unsigned short);
224 extern void nr_requeue_frames(struct sock *);
225 extern int nr_validate_nr(struct sock *, unsigned short);
226 extern int nr_in_rx_window(struct sock *, unsigned short);
227 extern void nr_write_internal(struct sock *, int);
250 extern void nr_disconnect(struct sock *, int);
253 extern void nr_init_timers(struct sock *sk);
254 extern void nr_start_heartbeat(struct sock *);
255 extern void nr_start_t1timer(struct sock *);
256 extern void nr_start_t2timer(struct sock *);
257 extern void nr_start_t4timer(struct sock *);
258 extern void nr_start_idletimer(struct sock *);
259 extern void nr_stop_heartbeat(struct sock *);
260 extern void nr_stop_t1timer(struct sock *);
261 extern void nr_stop_t2timer(struct sock *);
262 extern void nr_stop_t4timer(struct sock *);
263 extern void nr_stop_idletimer(struct sock *);
264 extern int nr_t1timer_running(struct sock *);