last_id_allocated   16 include/net/netns/nexthop.h 	u32			last_id_allocated;
last_id_allocated  171 net/ipv4/nexthop.c 	u32 id_start = net->nexthop.last_id_allocated;
last_id_allocated  174 net/ipv4/nexthop.c 		net->nexthop.last_id_allocated++;
last_id_allocated  175 net/ipv4/nexthop.c 		if (net->nexthop.last_id_allocated == id_start)
last_id_allocated  178 net/ipv4/nexthop.c 		if (!nexthop_find_by_id(net, net->nexthop.last_id_allocated))
last_id_allocated  179 net/ipv4/nexthop.c 			return net->nexthop.last_id_allocated;