tcp_congestion_ops   32 include/net/inet_connection_sock.h struct tcp_congestion_ops;
tcp_congestion_ops   98 include/net/inet_connection_sock.h 	const struct tcp_congestion_ops *icsk_ca_ops;
tcp_congestion_ops  828 include/net/tcp.h int tcp_register_congestion_control(struct tcp_congestion_ops *type);
tcp_congestion_ops  829 include/net/tcp.h void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);
tcp_congestion_ops  845 include/net/tcp.h extern struct tcp_congestion_ops tcp_reno;