Home
last modified time | relevance | path

Searched refs:tcp_sock (Results 1 – 12 of 12) sorted by relevance

/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h58 struct tcp_sock { struct
96 static __always_inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() argument
98 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;
/tools/testing/selftests/bpf/progs/
Dbpf_dctcp.c49 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()
Dbpf_iter_tcp4.c69 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()
Dtest_btf_skc_cls_ingress.c28 struct tcp_sock *tp, in test_syncookie_helper()
120 struct tcp_sock *tp; in handle_ip6_tcp()
Dbpf_cubic.c163 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()
Dbpf_iter_setsockopt.c43 struct tcp_sock *tp; in change_tcp_cc()
Dtest_tcpbpf_kern.c32 struct tcp_sock *tp; in get_tp_window_clamp()
Dbpf_iter.h92 struct tcp_sock tcp;
Dbpf_iter_tcp6.c69 static bool tcp_in_initial_slowstart(const struct tcp_sock *tcp) in tcp_in_initial_slowstart()
Dtest_sock_fields.c129 struct tcp_sock *ktp; in egress_read_sock_fields()
/tools/include/linux/
Dbtf_ids.h170 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP, tcp_sock) \
/tools/include/uapi/linux/
Dbpf.h4997 FN(tcp_sock), \