Lines Matching refs:tcp_sk
413 struct tcp_sock *tp = tcp_sk(sk); in tcp_init_sock()
497 const struct tcp_sock *tp = tcp_sk(sk); in tcp_poll()
597 struct tcp_sock *tp = tcp_sk(sk); in tcp_ioctl()
654 struct tcp_sock *tp = tcp_sk(sk); in tcp_skb_entail()
697 struct tcp_sock *tp = tcp_sk(sk); in tcp_push()
889 struct tcp_sock *tp = tcp_sk(sk); in tcp_xmit_size_goal()
943 struct tcp_sock *tp = tcp_sk(sk); in tcp_build_frag()
1003 struct tcp_sock *tp = tcp_sk(sk); in do_tcp_sendpages()
1132 struct tcp_sock *tp = tcp_sk(sk); in tcp_sendmsg_fastopen()
1177 struct tcp_sock *tp = tcp_sk(sk); in tcp_sendmsg_locked()
1454 struct tcp_sock *tp = tcp_sk(sk); in tcp_recv_urg()
1529 struct tcp_sock *tp = tcp_sk(sk); in tcp_cleanup_rbuf()
1622 struct tcp_sock *tp = tcp_sk(sk); in tcp_read_sock()
1717 tcp_sk(sk)->window_clamp = tcp_win_from_space(sk, val); in tcp_set_rcvlowat()
1872 skb = tcp_recv_skb(sk, tcp_sk(sk)->copied_seq, &offset); in receive_fallback_to_copy()
2047 struct tcp_sock *tp = tcp_sk(sk); in tcp_zerocopy_receive()
2250 const struct tcp_sock *tp = tcp_sk(sk); in tcp_inq_hint()
2282 struct tcp_sock *tp = tcp_sk(sk); in tcp_recvmsg_locked()
2586 if (BPF_SOCK_OPS_TEST_FLAG(tcp_sk(sk), BPF_SOCK_OPS_STATE_CB_FLAG)) in tcp_set_state()
2757 if (unlikely(tcp_sk(sk)->repair)) { in __tcp_close()
2834 struct tcp_sock *tp = tcp_sk(sk); in __tcp_close()
2868 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in __tcp_close()
2907 tcp_sk(sk)->highest_sack = NULL; in tcp_rtx_queue_purge()
2930 INIT_LIST_HEAD(&tcp_sk(sk)->tsorted_sent_queue); in tcp_write_queue_purge()
2932 tcp_clear_all_retrans_hints(tcp_sk(sk)); in tcp_write_queue_purge()
2933 tcp_sk(sk)->packets_out = 0; in tcp_write_queue_purge()
2941 struct tcp_sock *tp = tcp_sk(sk); in tcp_disconnect()
3108 struct tcp_sock *tp = tcp_sk(sk); in tcp_repair_options_est()
3181 struct tcp_sock *tp = tcp_sk(sk); in __tcp_sock_set_cork()
3210 tcp_sk(sk)->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH; in __tcp_sock_set_nodelay()
3213 tcp_sk(sk)->nonagle &= ~TCP_NAGLE_OFF; in __tcp_sock_set_nodelay()
3272 struct tcp_sock *tp = tcp_sk(sk); in tcp_sock_set_keepidle_locked()
3309 tcp_sk(sk)->keepalive_intvl = val * HZ; in tcp_sock_set_keepintvl()
3321 tcp_sk(sk)->keepalive_probes = val; in tcp_sock_set_keepcnt()
3329 struct tcp_sock *tp = tcp_sk(sk); in tcp_set_window_clamp()
3349 struct tcp_sock *tp = tcp_sk(sk); in do_tcp_setsockopt()
3683 const struct tcp_sock *tp = tcp_sk(sk); /* iff sk_type == SOCK_STREAM */ in tcp_get_info()
3846 const struct tcp_sock *tp = tcp_sk(sk); in tcp_get_timestamping_opt_stats()
3911 struct tcp_sock *tp = tcp_sk(sk); in do_tcp_getsockopt()
4403 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, 1); in tcp_done()