fib_nh_oif        295 net/ipv4/fib_semantics.c 		if (nh->fib_nh_oif != onh->fib_nh_oif ||
fib_nh_oif        359 net/ipv4/fib_semantics.c 			val ^= fib_devindex_hashfn(nh->fib_nh_oif);
fib_nh_oif        615 net/ipv4/fib_semantics.c 	nh->fib_nh_oif = cfg->fc_oif;
fib_nh_oif        728 net/ipv4/fib_semantics.c 	if (cfg->fc_oif && nh->fib_nh_oif != cfg->fc_oif) {
fib_nh_oif        862 net/ipv4/fib_semantics.c 		if ((cfg->fc_oif && cfg->fc_oif != nh->fib_nh_oif) ||
fib_nh_oif        891 net/ipv4/fib_semantics.c 		if (rtnh->rtnh_ifindex && rtnh->rtnh_ifindex != nh->fib_nh_oif)
fib_nh_oif        992 net/ipv4/fib_semantics.c 		.fc_ifindex = nh->fib_nh_oif,
fib_nh_oif       1002 net/ipv4/fib_semantics.c 		nh->fib_nh_oif = nh->fib_nh_dev->ifindex;
fib_nh_oif       1068 net/ipv4/fib_semantics.c 		dev = __dev_get_by_index(net, nh->fib_nh_oif);
fib_nh_oif       1095 net/ipv4/fib_semantics.c 			.flowi4_oif = nh->fib_nh_oif,
fib_nh_oif       1132 net/ipv4/fib_semantics.c 	nh->fib_nh_oif = FIB_RES_OIF(res);
fib_nh_oif       1163 net/ipv4/fib_semantics.c 	in_dev = inetdev_by_index(net, nh->fib_nh_oif);
fib_nh_oif       1499 net/ipv4/fib_semantics.c 		nh->fib_nh_dev = dev_get_by_index(net, nh->fib_nh_oif);
fib_nh_oif       3521 net/ipv6/route.c 	fib6_nh->fib_nh_oif = dev->ifindex;