Lines Matching defs:sk
46 void tcp_init_xmit_timers(struct sock *sk) in tcp_init_xmit_timers()
65 void tcp_clear_xmit_timers(struct sock *sk) in tcp_clear_xmit_timers()
84 static void tcp_write_err(struct sock *sk) in tcp_write_err()
104 static int tcp_out_of_resources(struct sock *sk, int do_reset) in tcp_out_of_resources()
140 static int tcp_orphan_retries(struct sock *sk, int alive) in tcp_orphan_retries()
157 static int tcp_write_timeout(struct sock *sk) in tcp_write_timeout()
212 struct sock *sk = (struct sock*)data; in tcp_delack_timer() local
272 static void tcp_probe_timer(struct sock *sk) in tcp_probe_timer()
320 static void tcp_retransmit_timer(struct sock *sk) in tcp_retransmit_timer()
421 struct sock *sk = (struct sock*)data; in tcp_write_timer() local
466 static void tcp_synack_timer(struct sock *sk) in tcp_synack_timer()
554 void tcp_delete_keepalive_timer (struct sock *sk) in tcp_delete_keepalive_timer()
560 void tcp_reset_keepalive_timer (struct sock *sk, unsigned long len) in tcp_reset_keepalive_timer()
566 void tcp_set_keepalive(struct sock *sk, int val) in tcp_set_keepalive()
580 struct sock *sk = (struct sock *) data; in tcp_keepalive_timer() local