Lines Matching defs:sk
39 void tcp_init_xmit_timers(struct sock *sk) in tcp_init_xmit_timers()
46 static void tcp_write_err(struct sock *sk) in tcp_write_err()
66 static int tcp_out_of_resources(struct sock *sk, int do_reset) in tcp_out_of_resources()
97 static int tcp_orphan_retries(struct sock *sk, int alive) in tcp_orphan_retries()
113 static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk) in tcp_mtu_probing()
138 static bool retransmits_timed_out(struct sock *sk, in retransmits_timed_out()
167 static int tcp_write_timeout(struct sock *sk) in tcp_write_timeout()
210 struct sock *sk = (struct sock *)data; in tcp_delack_timer() local
268 static void tcp_probe_timer(struct sock *sk) in tcp_probe_timer()
317 void tcp_retransmit_timer(struct sock *sk) in tcp_retransmit_timer()
448 struct sock *sk = (struct sock *)data; in tcp_write_timer() local
490 static void tcp_synack_timer(struct sock *sk) in tcp_synack_timer()
496 void tcp_syn_ack_timeout(struct sock *sk, struct request_sock *req) in tcp_syn_ack_timeout()
502 void tcp_set_keepalive(struct sock *sk, int val) in tcp_set_keepalive()
516 struct sock *sk = (struct sock *) data; in tcp_keepalive_timer() local