Lines Matching refs:tcp_sk

414 	struct tcp_sock *tp = tcp_sk(sk);  in tcp_init_sock()
509 const struct tcp_sock *tp = tcp_sk(sk); in tcp_poll()
609 struct tcp_sock *tp = tcp_sk(sk); in tcp_ioctl()
666 struct tcp_sock *tp = tcp_sk(sk); in skb_entail()
711 struct tcp_sock *tp = tcp_sk(sk); in tcp_push()
921 struct tcp_sock *tp = tcp_sk(sk); in tcp_xmit_size_goal()
972 struct tcp_sock *tp = tcp_sk(sk); in do_tcp_sendpages()
1148 struct tcp_sock *tp = tcp_sk(sk); in tcp_sendmsg_fastopen()
1194 struct tcp_sock *tp = tcp_sk(sk); in tcp_sendmsg_locked()
1465 struct tcp_sock *tp = tcp_sk(sk); in tcp_recv_urg()
1540 struct tcp_sock *tp = tcp_sk(sk); in tcp_cleanup_rbuf()
1633 struct tcp_sock *tp = tcp_sk(sk); in tcp_read_sock()
1730 tcp_sk(sk)->window_clamp = tcp_win_from_space(sk, val); in tcp_set_rcvlowat()
1862 struct tcp_sock *tp = tcp_sk(sk); in tcp_zerocopy_receive()
2070 const struct tcp_sock *tp = tcp_sk(sk); in tcp_inq_hint()
2100 struct tcp_sock *tp = tcp_sk(sk); in tcp_recvmsg()
2388 if (BPF_SOCK_OPS_TEST_FLAG(tcp_sk(sk), BPF_SOCK_OPS_STATE_CB_FLAG)) in tcp_set_state()
2535 if (unlikely(tcp_sk(sk)->repair)) { in tcp_close()
2612 struct tcp_sock *tp = tcp_sk(sk); in tcp_close()
2646 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in tcp_close()
2679 tcp_sk(sk)->highest_sack = NULL; in tcp_rtx_queue_purge()
2707 INIT_LIST_HEAD(&tcp_sk(sk)->tsorted_sent_queue); in tcp_write_queue_purge()
2709 tcp_clear_all_retrans_hints(tcp_sk(sk)); in tcp_write_queue_purge()
2710 tcp_sk(sk)->packets_out = 0; in tcp_write_queue_purge()
2718 struct tcp_sock *tp = tcp_sk(sk); in tcp_disconnect()
2891 struct tcp_sock *tp = tcp_sk(sk); in tcp_repair_options_est()
2964 struct tcp_sock *tp = tcp_sk(sk); in __tcp_sock_set_cork()
2993 tcp_sk(sk)->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH; in __tcp_sock_set_nodelay()
2996 tcp_sk(sk)->nonagle &= ~TCP_NAGLE_OFF; in __tcp_sock_set_nodelay()
3055 struct tcp_sock *tp = tcp_sk(sk); in tcp_sock_set_keepidle_locked()
3092 tcp_sk(sk)->keepalive_intvl = val * HZ; in tcp_sock_set_keepintvl()
3104 tcp_sk(sk)->keepalive_probes = val; in tcp_sock_set_keepcnt()
3116 struct tcp_sock *tp = tcp_sk(sk); in do_tcp_setsockopt()
3459 const struct tcp_sock *tp = tcp_sk(sk); /* iff sk_type == SOCK_STREAM */ in tcp_get_info()
3609 const struct tcp_sock *tp = tcp_sk(sk); in tcp_get_timestamping_opt_stats()
3671 struct tcp_sock *tp = tcp_sk(sk); in do_tcp_getsockopt()
4134 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, 1); in tcp_done()