Home
last modified time | relevance | path

Searched refs:tcp_cdg (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c23 const char tcp_cdg[] = "cdg"; variable
88 (void *)tcp_cdg, sizeof(tcp_cdg)); in BPF_PROG()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_cdg.c16 * Except for window, knobs are configured via /sys/module/tcp_cdg/parameters/.
17 * Parameter window is only configurable when loading tcp_cdg as a module.
395 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()
H A DMakefile50 obj-$(CONFIG_TCP_CONG_CDG) += tcp_cdg.o
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cdg.c16 * Except for window, knobs are configured via /sys/module/tcp_cdg/parameters/.
17 * Parameter window is only configurable when loading tcp_cdg as a module.
395 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()
H A DMakefile51 obj-$(CONFIG_TCP_CONG_CDG) += tcp_cdg.o

Completed in 3 milliseconds