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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dfib_semantics.c144 if (nh->nh_oif != onh->nh_oif ||
238 nh->nh_oif = nhp->rtnh_ifindex;
266 if ((!rta->rta_oif || *rta->rta_oif == fi->fib_nh->nh_oif) &&
284 if (nhp->rtnh_ifindex && nhp->rtnh_ifindex != nh->nh_oif)
366 if ((dev = __dev_get_by_index(nh->nh_oif)) == NULL)
377 key.oif = nh->nh_oif;
389 nh->nh_oif = FIB_RES_OIF(res);
406 in_dev = inetdev_by_index(nh->nh_oif);
479 if (rta->rta_oif && fi->fib_nh->nh_oif !
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_fib.c116 if (nh->nh_oif != onh->nh_oif ||
180 nh->nh_oif = nhp->rtnh_ifindex;
206 if ((dev = __dev_get_by_index(nh->nh_oif)) == NULL)
218 key.oif = nh->nh_oif;
228 nh->nh_oif = DN_FIB_RES_OIF(res);
239 dev = __dev_get_by_index(nh->nh_oif);
286 if (rta->rta_oif && fi->fib_nh->nh_oif != *rta->rta_oif)
293 nh->nh_oif = *rta->rta_oif;
316 nh->nh_dev = dev_get_by_index(fi->fib_nh->nh_oif);
[all...]
H A Ddn_table.c238 if ((!rta->rta_oif || *rta->rta_oif == fi->fib_nh->nh_oif) &&
256 if (nhp->rtnh_ifindex && nhp->rtnh_ifindex != nh->nh_oif)
296 if (fi->fib_nh->nh_oif)
297 RTA_PUT(skb, RTA_OIF, sizeof(int), &fi->fib_nh->nh_oif);
312 nhp->rtnh_ifindex = nh->nh_oif;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn_fib.h50 int nh_oif; member in struct:dn_fib_nh
75 #define DN_FIB_RES_OIF(res) (DN_FIB_RES_NH(res).nh_oif)
H A Dip_fib.h49 int nh_oif; member in struct:fib_nh
114 #define FIB_RES_OIF(res) (FIB_RES_NH(res).nh_oif)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn_fib.h50 int nh_oif; member in struct:dn_fib_nh
75 #define DN_FIB_RES_OIF(res) (DN_FIB_RES_NH(res).nh_oif)
H A Dip_fib.h49 int nh_oif; member in struct:fib_nh
114 #define FIB_RES_OIF(res) (FIB_RES_NH(res).nh_oif)

Completed in 94 milliseconds