Searched refs:tcp_cdg (Results 1 – 4 of 4) sorted by relevance
23 const char tcp_cdg[] = "cdg"; variable88 (void *)tcp_cdg, sizeof(tcp_cdg)); in BPF_PROG()
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()
51 obj-$(CONFIG_TCP_CONG_CDG) += tcp_cdg.o
[all...]