Lines Matching defs:local
1081 * a) gateway can be actually local interface address,
1095 * Every prefix is assigned a "scope" value: "host" is local address,
1114 * |-> {link prefix} -> (gw, oif) [scope local]
1116 * |-> {local prefix} (terminal node)
1176 * is needed for example when nexthops are in the local
1889 * - local address disappeared -> we must delete all the entries
1893 int fib_sync_down_addr(struct net_device *dev, __be32 local)
1896 unsigned int hash = fib_laddr_hashfn(local);
1902 if (!fib_info_laddrhash || local == 0)
1909 if (fi->fib_prefsrc == local) {