Lines Matching defs:local
1083 * a) gateway can be actually local interface address,
1097 * Every prefix is assigned a "scope" value: "host" is local address,
1116 * |-> {link prefix} -> (gw, oif) [scope local]
1118 * |-> {local prefix} (terminal node)
1178 * is needed for example when nexthops are in the local
1872 * - local address disappeared -> we must delete all the entries
1876 int fib_sync_down_addr(struct net_device *dev, __be32 local)
1884 if (!fib_info_laddrhash || local == 0)
1887 head = fib_info_laddrhash_bucket(net, local);
1892 if (fi->fib_prefsrc == local) {