Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bic.c190 static void bictcp_acked(struct sock *sk, const struct ack_sample *sample) in bictcp_acked() function
208 .pkts_acked = bictcp_acked,
H A Dtcp_cubic.c455 static void bictcp_acked(struct sock *sk, const struct ack_sample *sample) in bictcp_acked() function
490 .pkts_acked = bictcp_acked,
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c499 void BPF_STRUCT_OPS(bictcp_acked, struct sock *sk, in BPF_STRUCT_OPS() argument
543 .pkts_acked = (void *)bictcp_acked,