fc_protocol        47 include/net/ip6_fib.h 	u32		fc_protocol;
fc_protocol        28 include/net/ip_fib.h 	u8			fc_protocol;
fc_protocol       516 net/ipv4/fib_frontend.c 		cfg->fc_protocol = RTPROT_BOOT;
fc_protocol       748 net/ipv4/fib_frontend.c 	cfg->fc_protocol = rtm->rtm_protocol;
fc_protocol      1066 net/ipv4/fib_frontend.c 		.fc_protocol = RTPROT_KERNEL,
fc_protocol       375 net/ipv4/fib_semantics.c 				 cfg->fc_protocol, cfg->fc_scope,
fc_protocol       386 net/ipv4/fib_semantics.c 		if (cfg->fc_protocol == fi->fib_protocol &&
fc_protocol      1422 net/ipv4/fib_semantics.c 	fi->fib_protocol = cfg->fc_protocol;
fc_protocol      1587 net/ipv4/fib_trie.c 		    (!cfg->fc_protocol ||
fc_protocol      1588 net/ipv4/fib_trie.c 		     fi->fib_protocol == cfg->fc_protocol) &&
fc_protocol      2383 net/ipv6/addrconf.c 		.fc_protocol = RTPROT_KERNEL,
fc_protocol      3667 net/ipv6/route.c 	if (cfg->fc_protocol == RTPROT_UNSPEC)
fc_protocol      3668 net/ipv6/route.c 		cfg->fc_protocol = RTPROT_BOOT;
fc_protocol      3669 net/ipv6/route.c 	rt->fib6_protocol = cfg->fc_protocol;
fc_protocol      3938 net/ipv6/route.c 			if (cfg->fc_protocol &&
fc_protocol      3939 net/ipv6/route.c 			    cfg->fc_protocol != rt->fib6_protocol)
fc_protocol      4171 net/ipv6/route.c 		.fc_protocol = RTPROT_RA,
fc_protocol      4235 net/ipv6/route.c 		.fc_protocol = RTPROT_RA,
fc_protocol      4434 net/ipv6/route.c 		.fc_protocol = RTPROT_KERNEL,
fc_protocol      4888 net/ipv6/route.c 		.fc_protocol = rtm->rtm_protocol,