nh_oif             25 include/net/dn_fib.h 	int			nh_oif;
nh_oif             53 include/net/dn_fib.h #define DN_FIB_RES_OIF(res)	(DN_FIB_RES_NH(res).nh_oif)
nh_oif            123 net/decnet/dn_fib.c 		if (nh->nh_oif != onh->nh_oif ||
nh_oif            177 net/decnet/dn_fib.c 		nh->nh_oif    = nhp->rtnh_ifindex;
nh_oif            210 net/decnet/dn_fib.c 			if ((dev = __dev_get_by_index(&init_net, nh->nh_oif)) == NULL)
nh_oif            222 net/decnet/dn_fib.c 		fld.flowidn_oif = nh->nh_oif;
nh_oif            235 net/decnet/dn_fib.c 		nh->nh_oif = DN_FIB_RES_OIF(res);
nh_oif            253 net/decnet/dn_fib.c 		dev = __dev_get_by_index(&init_net, nh->nh_oif);
nh_oif            322 net/decnet/dn_fib.c 		    fi->fib_nh->nh_oif != nla_get_u32(attrs[RTA_OIF]))
nh_oif            332 net/decnet/dn_fib.c 			nh->nh_oif = nla_get_u32(attrs[RTA_OIF]);
nh_oif            366 net/decnet/dn_fib.c 		nh->nh_dev = dev_get_by_index(&init_net, fi->fib_nh->nh_oif);
nh_oif            437 net/decnet/dn_fib.c 				    fld->flowidn_oif == nh->nh_oif)
nh_oif            239 net/decnet/dn_table.c 		if ((!attrs[RTA_OIF] || nla_get_u32(attrs[RTA_OIF]) == fi->fib_nh->nh_oif) &&
nh_oif            257 net/decnet/dn_table.c 		if (nhp->rtnh_ifindex && nhp->rtnh_ifindex != nh->nh_oif)
nh_oif            342 net/decnet/dn_table.c 		if (fi->fib_nh->nh_oif &&
nh_oif            343 net/decnet/dn_table.c 		    nla_put_u32(skb, RTA_OIF, fi->fib_nh->nh_oif) < 0)
nh_oif            361 net/decnet/dn_table.c 			nhp->rtnh_ifindex = nh->nh_oif;