Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_kfunc.c27 extern void cubictcp_cwnd_event(struct sock *sk, enum tcp_ca_event event) __ksym;
74 cubictcp_cwnd_event(sk, event); in BPF_PROG()
H A Dbpf_cc_cubic.c30 extern void cubictcp_cwnd_event(struct sock *sk, enum tcp_ca_event event) __ksym;
122 cubictcp_cwnd_event(sk, event); in BPF_PROG()
/linux/net/ipv4/
H A Dtcp_cubic.c142 __bpf_kfunc static void cubictcp_cwnd_event(struct sock *sk, enum tcp_ca_event event) in cubictcp_cwnd_event() function
482 .cwnd_event = cubictcp_cwnd_event,
493 BTF_ID_FLAGS(func, cubictcp_cwnd_event)