Lines Matching defs:sk
35 static void tcp_write_err(struct sock *sk) in tcp_write_err()
63 static int tcp_out_of_resources(struct sock *sk, bool do_reset) in tcp_out_of_resources()
101 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries()
117 static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk) in tcp_mtu_probing()
147 static bool retransmits_timed_out(struct sock *sk, in retransmits_timed_out()
175 static int tcp_write_timeout(struct sock *sk) in tcp_write_timeout()
235 void tcp_delack_timer_handler(struct sock *sk) in tcp_delack_timer_handler()
285 struct sock *sk = (struct sock *)data; in tcp_delack_timer() local
301 static void tcp_probe_timer(struct sock *sk) in tcp_probe_timer()
351 static void tcp_fastopen_synack_timer(struct sock *sk) in tcp_fastopen_synack_timer()
380 void tcp_retransmit_timer(struct sock *sk) in tcp_retransmit_timer()
519 void tcp_write_timer_handler(struct sock *sk) in tcp_write_timer_handler()
558 struct sock *sk = (struct sock *)data; in tcp_write_timer() local
580 void tcp_set_keepalive(struct sock *sk, int val) in tcp_set_keepalive()
594 struct sock *sk = (struct sock *) data; in tcp_keepalive_timer() local
678 void tcp_init_xmit_timers(struct sock *sk) in tcp_init_xmit_timers()