Searched refs:tcp_sock (Results 1 – 12 of 12) sorted by relevance
58 struct tcp_sock { struct96 static __always_inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() argument98 return (struct tcp_sock *)sk; in tcp_sk()195 static __always_inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start()202 const struct tcp_sock *tp = tcp_sk(sk); in tcp_is_cwnd_limited()225 extern __u32 tcp_slow_start(struct tcp_sock *tp, __u32 acked) __ksym;226 extern void tcp_cong_avoid_ai(struct tcp_sock *tp, __u32 w, __u32 acked) __ksym;
49 static __always_inline void dctcp_reset(const struct tcp_sock *tp, in dctcp_reset()61 const struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG()102 struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG()111 const struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG()141 struct tcp_sock *tp = tcp_sk(sk); in dctcp_react_to_loss()160 struct tcp_sock *tp = tcp_sk(sk); in dctcp_ece_ack_cwr()
69 static bool tcp_in_initial_slowstart(const struct tcp_sock *tcp) in tcp_in_initial_slowstart()74 static int dump_tcp_sock(struct seq_file *seq, struct tcp_sock *tp, in dump_tcp_sock()202 struct tcp_sock *tp; in dump_tcp4()
28 struct tcp_sock *tp, in test_syncookie_helper()120 struct tcp_sock *tp; in handle_ip6_tcp()
163 struct tcp_sock *tp = tcp_sk(sk); in bictcp_hystart_reset()389 struct tcp_sock *tp = tcp_sk(sk); in BPF_STRUCT_OPS()408 const struct tcp_sock *tp = tcp_sk(sk); in BPF_STRUCT_OPS()455 struct tcp_sock *tp = tcp_sk(sk); in hystart_update()502 const struct tcp_sock *tp = tcp_sk(sk); in BPF_STRUCT_OPS()
43 struct tcp_sock *tp; in change_tcp_cc()
32 struct tcp_sock *tp; in get_tp_window_clamp()
92 struct tcp_sock tcp;
69 static bool tcp_in_initial_slowstart(const struct tcp_sock *tcp) in tcp_in_initial_slowstart()
129 struct tcp_sock *ktp; in egress_read_sock_fields()
170 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP, tcp_sock) \
4997 FN(tcp_sock), \