Home
last modified time | relevance | path

Searched refs:last_id_allocated (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/netns/
H A Dnexthop.h17 u32 last_id_allocated; member
/linux/net/ipv4/
H A Dnexthop.c617 u32 id_start = net->nexthop.last_id_allocated; in nh_find_unused_id()
620 net->nexthop.last_id_allocated++; in nh_find_unused_id()
621 if (net->nexthop.last_id_allocated == id_start) in nh_find_unused_id()
624 if (!nexthop_find_by_id(net, net->nexthop.last_id_allocated)) in nh_find_unused_id()
625 return net->nexthop.last_id_allocated; in nh_find_unused_id()