Lines Matching refs:tcp_sk

412 	struct tcp_sock *tp = tcp_sk(sk);  in tcp_init_sock()
507 const struct tcp_sock *tp = tcp_sk(sk); in tcp_poll()
607 struct tcp_sock *tp = tcp_sk(sk); in tcp_ioctl()
664 struct tcp_sock *tp = tcp_sk(sk); in skb_entail()
709 struct tcp_sock *tp = tcp_sk(sk); in tcp_push()
919 struct tcp_sock *tp = tcp_sk(sk); in tcp_xmit_size_goal()
970 struct tcp_sock *tp = tcp_sk(sk); in do_tcp_sendpages()
1146 struct tcp_sock *tp = tcp_sk(sk); in tcp_sendmsg_fastopen()
1191 struct tcp_sock *tp = tcp_sk(sk); in tcp_sendmsg_locked()
1458 struct tcp_sock *tp = tcp_sk(sk); in tcp_recv_urg()
1533 struct tcp_sock *tp = tcp_sk(sk); in tcp_cleanup_rbuf()
1626 struct tcp_sock *tp = tcp_sk(sk); in tcp_read_sock()
1721 tcp_sk(sk)->window_clamp = tcp_win_from_space(sk, val); in tcp_set_rcvlowat()
1800 tp = tcp_sk(sk); in tcp_zerocopy_receive()
1989 const struct tcp_sock *tp = tcp_sk(sk); in tcp_inq_hint()
2019 struct tcp_sock *tp = tcp_sk(sk); in tcp_recvmsg()
2305 if (BPF_SOCK_OPS_TEST_FLAG(tcp_sk(sk), BPF_SOCK_OPS_STATE_CB_FLAG)) in tcp_set_state()
2452 if (unlikely(tcp_sk(sk)->repair)) { in tcp_close()
2529 struct tcp_sock *tp = tcp_sk(sk); in tcp_close()
2563 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in tcp_close()
2596 tcp_sk(sk)->highest_sack = NULL; in tcp_rtx_queue_purge()
2624 INIT_LIST_HEAD(&tcp_sk(sk)->tsorted_sent_queue); in tcp_write_queue_purge()
2626 tcp_clear_all_retrans_hints(tcp_sk(sk)); in tcp_write_queue_purge()
2627 tcp_sk(sk)->packets_out = 0; in tcp_write_queue_purge()
2635 struct tcp_sock *tp = tcp_sk(sk); in tcp_disconnect()
2806 struct tcp_sock *tp = tcp_sk(sk); in tcp_repair_options_est()
2879 struct tcp_sock *tp = tcp_sk(sk); in __tcp_sock_set_cork()
2908 tcp_sk(sk)->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH; in __tcp_sock_set_nodelay()
2911 tcp_sk(sk)->nonagle &= ~TCP_NAGLE_OFF; in __tcp_sock_set_nodelay()
2970 struct tcp_sock *tp = tcp_sk(sk); in tcp_sock_set_keepidle_locked()
3007 tcp_sk(sk)->keepalive_intvl = val * HZ; in tcp_sock_set_keepintvl()
3019 tcp_sk(sk)->keepalive_probes = val; in tcp_sock_set_keepcnt()
3031 struct tcp_sock *tp = tcp_sk(sk); in do_tcp_setsockopt()
3366 const struct tcp_sock *tp = tcp_sk(sk); /* iff sk_type == SOCK_STREAM */ in tcp_get_info()
3516 const struct tcp_sock *tp = tcp_sk(sk); in tcp_get_timestamping_opt_stats()
3578 struct tcp_sock *tp = tcp_sk(sk); in do_tcp_getsockopt()
4034 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, 1); in tcp_done()