fc_scope           29 include/net/ip_fib.h 	u8			fc_scope;
fc_scope          523 net/ipv4/fib_frontend.c 		cfg->fc_scope = RT_SCOPE_HOST;
fc_scope          528 net/ipv4/fib_frontend.c 	cfg->fc_scope = RT_SCOPE_NOWHERE;
fc_scope          580 net/ipv4/fib_frontend.c 			cfg->fc_scope = RT_SCOPE_UNIVERSE;
fc_scope          589 net/ipv4/fib_frontend.c 	if (cfg->fc_scope == RT_SCOPE_NOWHERE)
fc_scope          590 net/ipv4/fib_frontend.c 		cfg->fc_scope = RT_SCOPE_LINK;
fc_scope          749 net/ipv4/fib_frontend.c 	cfg->fc_scope = rtm->rtm_scope;
fc_scope         1089 net/ipv4/fib_frontend.c 		cfg.fc_scope = RT_SCOPE_LINK;
fc_scope         1091 net/ipv4/fib_frontend.c 		cfg.fc_scope = RT_SCOPE_HOST;
fc_scope          375 net/ipv4/fib_semantics.c 				 cfg->fc_protocol, cfg->fc_scope,
fc_scope          387 net/ipv4/fib_semantics.c 		    cfg->fc_scope == fi->fib_scope &&
fc_scope         1351 net/ipv4/fib_semantics.c 	if (fib_props[cfg->fc_type].scope > cfg->fc_scope) {
fc_scope         1423 net/ipv4/fib_semantics.c 	fi->fib_scope = cfg->fc_scope;
fc_scope         1475 net/ipv4/fib_semantics.c 	if (cfg->fc_scope > RT_SCOPE_HOST) {
fc_scope         1481 net/ipv4/fib_semantics.c 		err = fib_check_nexthop(fi->nh, cfg->fc_scope, extack);
fc_scope         1484 net/ipv4/fib_semantics.c 	} else if (cfg->fc_scope == RT_SCOPE_HOST) {
fc_scope         1508 net/ipv4/fib_semantics.c 					   cfg->fc_table, cfg->fc_scope,
fc_scope         1583 net/ipv4/fib_trie.c 		    (cfg->fc_scope == RT_SCOPE_NOWHERE ||
fc_scope         1584 net/ipv4/fib_trie.c 		     fa->fa_info->fib_scope == cfg->fc_scope) &&