Home
last modified time | relevance | path

Searched refs:tcp_ca_event (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h120 enum tcp_ca_event { enum
170 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev);
/tools/testing/selftests/bpf/progs/
Dbpf_dctcp.c174 void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt, in dctcp_ece_ack_update()
196 void BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) in BPF_PROG()
Dbpf_cubic.c195 void BPF_PROG(bpf_cubic_cwnd_event, struct sock *sk, enum tcp_ca_event event) in BPF_PROG()