Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_cubic.c149 static void bictcp_cwnd_event(struct sock *sk, enum tcp_ca_event event) in bictcp_cwnd_event() function
489 .cwnd_event = bictcp_cwnd_event,
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c195 void BPF_PROG(bictcp_cwnd_event, struct sock *sk, enum tcp_ca_event event) in BPF_PROG() argument
542 .cwnd_event = (void *)bictcp_cwnd_event,