Searched refs:last_id_allocated (Results 1 - 2 of 2) sorted by path

/linux-master/include/net/netns/
H A Dnexthop.h17 u32 last_id_allocated; member in struct:netns_nexthop
/linux-master/net/ipv4/
H A Dnexthop.c618 u32 id_start = net->nexthop.last_id_allocated;
621 net->nexthop.last_id_allocated++;
622 if (net->nexthop.last_id_allocated == id_start)
625 if (!nexthop_find_by_id(net, net->nexthop.last_id_allocated))
626 return net->nexthop.last_id_allocated;

Completed in 357 milliseconds