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, int alive) in tcp_orphan_retries()
117 static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk) in tcp_mtu_probing()
142 static bool retransmits_timed_out(struct sock *sk, in retransmits_timed_out()
170 static int tcp_write_timeout(struct sock *sk) in tcp_write_timeout()
218 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()
500 void tcp_write_timer_handler(struct sock *sk) in tcp_write_timer_handler()
539 struct sock *sk = (struct sock *)data; in tcp_write_timer() local
557 static void tcp_synack_timer(struct sock *sk) in tcp_synack_timer()
563 void tcp_syn_ack_timeout(struct sock *sk, struct request_sock *req) in tcp_syn_ack_timeout()
569 void tcp_set_keepalive(struct sock *sk, int val) in tcp_set_keepalive()
583 struct sock *sk = (struct sock *) data; in tcp_keepalive_timer() local
667 void tcp_init_xmit_timers(struct sock *sk) in tcp_init_xmit_timers()