Lines Matching refs:tcp_sk
415 struct tcp_sock *tp = tcp_sk(sk); in tcp_init_sock()
499 const struct tcp_sock *tp = tcp_sk(sk); in tcp_poll()
600 struct tcp_sock *tp = tcp_sk(sk); in tcp_ioctl()
657 struct tcp_sock *tp = tcp_sk(sk); in tcp_skb_entail()
701 struct tcp_sock *tp = tcp_sk(sk); in tcp_push()
890 struct tcp_sock *tp = tcp_sk(sk); in tcp_xmit_size_goal()
977 struct tcp_sock *tp = tcp_sk(sk); in tcp_build_frag()
1041 struct tcp_sock *tp = tcp_sk(sk); in do_tcp_sendpages()
1169 struct tcp_sock *tp = tcp_sk(sk); in tcp_sendmsg_fastopen()
1215 struct tcp_sock *tp = tcp_sk(sk); in tcp_sendmsg_locked()
1497 struct tcp_sock *tp = tcp_sk(sk); in tcp_recv_urg()
1572 struct tcp_sock *tp = tcp_sk(sk); in __tcp_cleanup_rbuf()
1623 struct tcp_sock *tp = tcp_sk(sk); in tcp_cleanup_rbuf()
1683 struct tcp_sock *tp = tcp_sk(sk); in tcp_read_sock()
1755 struct tcp_sock *tp = tcp_sk(sk); in tcp_read_skb()
1800 struct tcp_sock *tp = tcp_sk(sk); in tcp_read_done()
1864 tcp_sk(sk)->window_clamp = tcp_win_from_space(sk, val); in tcp_set_rcvlowat()
2018 skb = tcp_recv_skb(sk, tcp_sk(sk)->copied_seq, &offset); in receive_fallback_to_copy()
2193 struct tcp_sock *tp = tcp_sk(sk); in tcp_zerocopy_receive()
2396 const struct tcp_sock *tp = tcp_sk(sk); in tcp_inq_hint()
2427 struct tcp_sock *tp = tcp_sk(sk); in tcp_recvmsg_locked()
2732 if (BPF_SOCK_OPS_TEST_FLAG(tcp_sk(sk), BPF_SOCK_OPS_STATE_CB_FLAG)) in tcp_set_state()
2902 if (unlikely(tcp_sk(sk)->repair)) { in __tcp_close()
2979 struct tcp_sock *tp = tcp_sk(sk); in __tcp_close()
3012 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in __tcp_close()
3051 tcp_sk(sk)->highest_sack = NULL; in tcp_rtx_queue_purge()
3074 INIT_LIST_HEAD(&tcp_sk(sk)->tsorted_sent_queue); in tcp_write_queue_purge()
3075 tcp_clear_all_retrans_hints(tcp_sk(sk)); in tcp_write_queue_purge()
3076 tcp_sk(sk)->packets_out = 0; in tcp_write_queue_purge()
3084 struct tcp_sock *tp = tcp_sk(sk); in tcp_disconnect()
3251 struct tcp_sock *tp = tcp_sk(sk); in tcp_repair_options_est()
3324 struct tcp_sock *tp = tcp_sk(sk); in __tcp_sock_set_cork()
3353 tcp_sk(sk)->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH; in __tcp_sock_set_nodelay()
3356 tcp_sk(sk)->nonagle &= ~TCP_NAGLE_OFF; in __tcp_sock_set_nodelay()
3415 struct tcp_sock *tp = tcp_sk(sk); in tcp_sock_set_keepidle_locked()
3452 tcp_sk(sk)->keepalive_intvl = val * HZ; in tcp_sock_set_keepintvl()
3464 tcp_sk(sk)->keepalive_probes = val; in tcp_sock_set_keepcnt()
3472 struct tcp_sock *tp = tcp_sk(sk); in tcp_set_window_clamp()
3492 struct tcp_sock *tp = tcp_sk(sk); in do_tcp_setsockopt()
3828 const struct tcp_sock *tp = tcp_sk(sk); /* iff sk_type == SOCK_STREAM */ in tcp_get_info()
3993 const struct tcp_sock *tp = tcp_sk(sk); in tcp_get_timestamping_opt_stats()
4058 struct tcp_sock *tp = tcp_sk(sk); in do_tcp_getsockopt()
4567 struct tcp_sock *tp = tcp_sk(sk); in tcp_inbound_md5_hash()
4636 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, 1); in tcp_done()