tunnels_r         192 net/ipv4/ip_gre.c 	for (t = ign->tunnels_r[h0^h1]; t; t = t->next) {
tunnels_r         125 net/ipv4/ipip.c 	struct ip_tunnel *tunnels_r[HASH_SIZE];
tunnels_r         152 net/ipv4/ipip.c 	for (t = ipn->tunnels_r[h0]; t; t = t->next) {
tunnels_r         785 net/ipv4/ipip.c 	ipn->tunnels[2] = ipn->tunnels_r;
tunnels_r          72 net/ipv6/sit.c 	struct ip_tunnel *tunnels_r[HASH_SIZE];
tunnels_r          95 net/ipv6/sit.c 	for (t = sitn->tunnels_r[h0]; t; t = t->next) {
tunnels_r        1019 net/ipv6/sit.c 	sitn->tunnels[2] = sitn->tunnels_r;