Home
last modified time | relevance | path

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

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