tcp_congestion_control  175 include/net/netns/ipv4.h 	const struct tcp_congestion_ops __rcu  *tcp_congestion_control;
tcp_congestion_control  227 net/ipv4/sysctl_net_ipv4.c 				       ipv4.tcp_congestion_control);
tcp_congestion_control  879 net/ipv4/sysctl_net_ipv4.c 		.data		= &init_net.ipv4.tcp_congestion_control,
tcp_congestion_control  164 net/ipv4/tcp_cong.c 	ca = rcu_dereference(net->ipv4.tcp_congestion_control);
tcp_congestion_control  228 net/ipv4/tcp_cong.c 		prev = xchg(&net->ipv4.tcp_congestion_control, ca);
tcp_congestion_control  269 net/ipv4/tcp_cong.c 	ca = rcu_dereference(net->ipv4.tcp_congestion_control);
tcp_congestion_control 2624 net/ipv4/tcp_ipv4.c 	if (net->ipv4.tcp_congestion_control)
tcp_congestion_control 2625 net/ipv4/tcp_ipv4.c 		module_put(net->ipv4.tcp_congestion_control->owner);
tcp_congestion_control 2731 net/ipv4/tcp_ipv4.c 	    try_module_get(init_net.ipv4.tcp_congestion_control->owner))
tcp_congestion_control 2732 net/ipv4/tcp_ipv4.c 		net->ipv4.tcp_congestion_control = init_net.ipv4.tcp_congestion_control;
tcp_congestion_control 2734 net/ipv4/tcp_ipv4.c 		net->ipv4.tcp_congestion_control = &tcp_reno;