Searched refs:tcp_cdg (Results 1 – 3 of 3) 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()
50 obj-$(CONFIG_TCP_CONG_CDG) += tcp_cdg.o