Lines Matching defs:sk
35 static void tcp_write_err(struct sock *sk) in tcp_write_err()
55 static int tcp_out_of_resources(struct sock *sk, bool do_reset) in tcp_out_of_resources()
86 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries()
102 static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk) in tcp_mtu_probing()
131 static bool retransmits_timed_out(struct sock *sk, in retransmits_timed_out()
159 static int tcp_write_timeout(struct sock *sk) in tcp_write_timeout()
219 void tcp_delack_timer_handler(struct sock *sk) in tcp_delack_timer_handler()
268 struct sock *sk = (struct sock *)data; in tcp_delack_timer() local
284 static void tcp_probe_timer(struct sock *sk) in tcp_probe_timer()
334 static void tcp_fastopen_synack_timer(struct sock *sk) in tcp_fastopen_synack_timer()
363 void tcp_retransmit_timer(struct sock *sk) in tcp_retransmit_timer()
502 void tcp_write_timer_handler(struct sock *sk) in tcp_write_timer_handler()
540 struct sock *sk = (struct sock *)data; in tcp_write_timer() local
562 void tcp_set_keepalive(struct sock *sk, int val) in tcp_set_keepalive()
576 struct sock *sk = (struct sock *) data; in tcp_keepalive_timer() local
659 void tcp_init_xmit_timers(struct sock *sk) in tcp_init_xmit_timers()