Home
last modified time | relevance | path

Searched refs:dctcp_cwnd_event (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/net/ipv4/
A Dtcp_dctcp.c182 __bpf_kfunc static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) in dctcp_cwnd_event() function
243 .cwnd_event = dctcp_cwnd_event,
268 BTF_ID_FLAGS(func, dctcp_cwnd_event)
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbpf_dctcp.c205 void BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) in BPF_PROG() argument
251 .cwnd_event = (void *)dctcp_cwnd_event,

Completed in 5 milliseconds