Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bic.c161 static u32 bictcp_recalc_ssthresh(struct sock *sk) in bictcp_recalc_ssthresh() function
204 .ssthresh = bictcp_recalc_ssthresh,
H A Dtcp_cubic.c348 static u32 bictcp_recalc_ssthresh(struct sock *sk) in bictcp_recalc_ssthresh() function
485 .ssthresh = bictcp_recalc_ssthresh,
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c406 __u32 BPF_STRUCT_OPS(bictcp_recalc_ssthresh, struct sock *sk) in BPF_STRUCT_OPS() argument
538 .ssthresh = (void *)bictcp_recalc_ssthresh,