tcp_congestion_ops   27 include/net/inet_connection_sock.h struct tcp_congestion_ops;
tcp_congestion_ops   97 include/net/inet_connection_sock.h 	const struct tcp_congestion_ops *icsk_ca_ops;
tcp_congestion_ops  175 include/net/netns/ipv4.h 	const struct tcp_congestion_ops __rcu  *tcp_congestion_control;
tcp_congestion_ops 1077 include/net/tcp.h int tcp_register_congestion_control(struct tcp_congestion_ops *type);
tcp_congestion_ops 1078 include/net/tcp.h void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);
tcp_congestion_ops 1096 include/net/tcp.h extern struct tcp_congestion_ops tcp_reno;
tcp_congestion_ops 1098 include/net/tcp.h struct tcp_congestion_ops *tcp_ca_find_key(u32 key);
tcp_congestion_ops 1364 include/net/tcp.h 	const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops;
tcp_congestion_ops  180 net/ipv4/inet_diag.c 	const struct tcp_congestion_ops *ca_ops;
tcp_congestion_ops 3481 net/ipv4/tcp.c 		const struct tcp_congestion_ops *ca_ops;
tcp_congestion_ops 3928 net/ipv4/tcp.c extern struct tcp_congestion_ops tcp_reno;
tcp_congestion_ops 1140 net/ipv4/tcp_bbr.c static struct tcp_congestion_ops tcp_bbr_cong_ops __read_mostly = {
tcp_congestion_ops  201 net/ipv4/tcp_bic.c static struct tcp_congestion_ops bictcp __read_mostly = {
tcp_congestion_ops  393 net/ipv4/tcp_cdg.c static struct tcp_congestion_ops tcp_cdg __read_mostly = {
tcp_congestion_ops   24 net/ipv4/tcp_cong.c static struct tcp_congestion_ops *tcp_ca_find(const char *name)
tcp_congestion_ops   26 net/ipv4/tcp_cong.c 	struct tcp_congestion_ops *e;
tcp_congestion_ops   37 net/ipv4/tcp_cong.c static struct tcp_congestion_ops *tcp_ca_find_autoload(struct net *net,
tcp_congestion_ops   40 net/ipv4/tcp_cong.c 	struct tcp_congestion_ops *ca = tcp_ca_find(name);
tcp_congestion_ops   54 net/ipv4/tcp_cong.c struct tcp_congestion_ops *tcp_ca_find_key(u32 key)
tcp_congestion_ops   56 net/ipv4/tcp_cong.c 	struct tcp_congestion_ops *e;
tcp_congestion_ops   70 net/ipv4/tcp_cong.c int tcp_register_congestion_control(struct tcp_congestion_ops *ca)
tcp_congestion_ops  104 net/ipv4/tcp_cong.c void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca)
tcp_congestion_ops  123 net/ipv4/tcp_cong.c 	const struct tcp_congestion_ops *ca;
tcp_congestion_ops  142 net/ipv4/tcp_cong.c 	const struct tcp_congestion_ops *ca;
tcp_congestion_ops  161 net/ipv4/tcp_cong.c 	const struct tcp_congestion_ops *ca;
tcp_congestion_ops  191 net/ipv4/tcp_cong.c 					  const struct tcp_congestion_ops *ca)
tcp_congestion_ops  217 net/ipv4/tcp_cong.c 	struct tcp_congestion_ops *ca;
tcp_congestion_ops  218 net/ipv4/tcp_cong.c 	const struct tcp_congestion_ops *prev;
tcp_congestion_ops  251 net/ipv4/tcp_cong.c 	struct tcp_congestion_ops *ca;
tcp_congestion_ops  266 net/ipv4/tcp_cong.c 	const struct tcp_congestion_ops *ca;
tcp_congestion_ops  277 net/ipv4/tcp_cong.c 	struct tcp_congestion_ops *ca;
tcp_congestion_ops  295 net/ipv4/tcp_cong.c 	struct tcp_congestion_ops *ca;
tcp_congestion_ops  340 net/ipv4/tcp_cong.c 	const struct tcp_congestion_ops *ca;
tcp_congestion_ops  361 net/ipv4/tcp_cong.c 		const struct tcp_congestion_ops *old_ca = icsk->icsk_ca_ops;
tcp_congestion_ops  469 net/ipv4/tcp_cong.c struct tcp_congestion_ops tcp_reno = {
tcp_congestion_ops  458 net/ipv4/tcp_cubic.c static struct tcp_congestion_ops cubictcp __read_mostly = {
tcp_congestion_ops   65 net/ipv4/tcp_dctcp.c static struct tcp_congestion_ops dctcp_reno;
tcp_congestion_ops  216 net/ipv4/tcp_dctcp.c static struct tcp_congestion_ops dctcp __read_mostly = {
tcp_congestion_ops  230 net/ipv4/tcp_dctcp.c static struct tcp_congestion_ops dctcp_reno __read_mostly = {
tcp_congestion_ops  160 net/ipv4/tcp_highspeed.c static struct tcp_congestion_ops tcp_highspeed __read_mostly = {
tcp_congestion_ops  289 net/ipv4/tcp_htcp.c static struct tcp_congestion_ops htcp __read_mostly = {
tcp_congestion_ops  167 net/ipv4/tcp_hybla.c static struct tcp_congestion_ops tcp_hybla __read_mostly = {
tcp_congestion_ops  328 net/ipv4/tcp_illinois.c static struct tcp_congestion_ops tcp_illinois __read_mostly = {
tcp_congestion_ops  337 net/ipv4/tcp_input.c 	const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops;
tcp_congestion_ops  320 net/ipv4/tcp_lp.c static struct tcp_congestion_ops tcp_lp __read_mostly = {
tcp_congestion_ops  413 net/ipv4/tcp_minisocks.c 		const struct tcp_congestion_ops *ca;
tcp_congestion_ops  471 net/ipv4/tcp_nv.c static struct tcp_congestion_ops tcpnv __read_mostly = {
tcp_congestion_ops 1648 net/ipv4/tcp_output.c 	const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops;
tcp_congestion_ops 1753 net/ipv4/tcp_output.c 	const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops;
tcp_congestion_ops 3371 net/ipv4/tcp_output.c 	const struct tcp_congestion_ops *ca;
tcp_congestion_ops   40 net/ipv4/tcp_scalable.c static struct tcp_congestion_ops tcp_scalable __read_mostly = {
tcp_congestion_ops  308 net/ipv4/tcp_vegas.c static struct tcp_congestion_ops tcp_vegas __read_mostly = {
tcp_congestion_ops  205 net/ipv4/tcp_veno.c static struct tcp_congestion_ops tcp_veno __read_mostly = {
tcp_congestion_ops  278 net/ipv4/tcp_westwood.c static struct tcp_congestion_ops tcp_westwood __read_mostly = {
tcp_congestion_ops  227 net/ipv4/tcp_yeah.c static struct tcp_congestion_ops tcp_yeah __read_mostly = {