Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dbpf_dctcp.c23 const char tcp_cdg[] = "cdg"; variable
88 (void *)tcp_cdg, sizeof(tcp_cdg)); in BPF_PROG()
/Linux-v6.1/net/ipv4/
Dtcp_cdg.c395 static struct tcp_congestion_ops tcp_cdg __read_mostly = {
415 tcp_register_congestion_control(&tcp_cdg); in tcp_cdg_register()
421 tcp_unregister_congestion_control(&tcp_cdg); in tcp_cdg_unregister()
DMakefile50 obj-$(CONFIG_TCP_CONG_CDG) += tcp_cdg.o