Searched refs:nh_oif (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_semantics.c184 if (nh->nh_oif != onh->nh_oif ||
397 nh->nh_oif = rtnh->rtnh_ifindex;
431 if ((!cfg->fc_oif || cfg->fc_oif == fi->fib_nh->nh_oif) &&
450 if (rtnh->rtnh_ifindex && rtnh->rtnh_ifindex != nh->nh_oif)
537 if ((dev = __dev_get_by_index(nh->nh_oif)) == NULL)
554 .oif = nh->nh_oif,
567 nh->nh_oif = FIB_RES_OIF(res);
584 in_dev = inetdev_by_index(nh->nh_oif);
769 if (cfg->fc_oif && fi->fib_nh->nh_oif !
[all...]
H A Dmultipath_wrandom.c213 const int state_idx = nh->nh_oif % MULTIPATH_STATE_SIZE;
222 if (r->gw == nh->nh_gw && r->oif == nh->nh_oif) {
234 target_route->oif = nh->nh_oif;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn_fib.h39 int nh_oif; member in struct:dn_fib_nh
71 #define DN_FIB_RES_OIF(res) (DN_FIB_RES_NH(res).nh_oif)
H A Dip_fib.h62 int nh_oif; member in struct:fib_nh
146 #define FIB_RES_OIF(res) (FIB_RES_NH(res).nh_oif)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_fib.c120 if (nh->nh_oif != onh->nh_oif ||
185 nh->nh_oif = nhp->rtnh_ifindex;
215 if ((dev = __dev_get_by_index(nh->nh_oif)) == NULL)
227 fl.oif = nh->nh_oif;
240 nh->nh_oif = DN_FIB_RES_OIF(res);
258 dev = __dev_get_by_index(nh->nh_oif);
321 if (rta->rta_oif && fi->fib_nh->nh_oif != *rta->rta_oif)
328 nh->nh_oif = *rta->rta_oif;
358 nh->nh_dev = dev_get_by_index(fi->fib_nh->nh_oif);
[all...]
H A Ddn_table.c235 if ((!rta->rta_oif || *rta->rta_oif == fi->fib_nh->nh_oif) &&
253 if (nhp->rtnh_ifindex && nhp->rtnh_ifindex != nh->nh_oif)
322 if (fi->fib_nh->nh_oif)
323 RTA_PUT(skb, RTA_OIF, sizeof(int), &fi->fib_nh->nh_oif);
338 nhp->rtnh_ifindex = nh->nh_oif;

Completed in 278 milliseconds