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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c23 const char tcp_cdg[] = "cdg"; variable
88 (void *)tcp_cdg, sizeof(tcp_cdg));
/linux-master/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);
421 tcp_unregister_congestion_control(&tcp_cdg);
H A DMakefile49 obj-$(CONFIG_TCP_CONG_CDG) += tcp_cdg.o

Completed in 114 milliseconds