Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_dctcp.c163 static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) in dctcp_cwnd_event() function
219 .cwnd_event = dctcp_cwnd_event,
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c171 void BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) in BPF_PROG() argument
227 .cwnd_event = (void *)dctcp_cwnd_event,