Home
last modified time | relevance | path

Searched refs:upkeep_dw (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/net/
H A Dnexthop.h83 struct delayed_work upkeep_dw; member
/kernel/linux/linux-6.6/net/ipv4/
H A Dnexthop.c559 INIT_DELAYED_WORK(&res_table->upkeep_dw, &nh_res_table_upkeep_dw); in nexthop_res_table_alloc()
1636 &res_table->upkeep_dw, deadline - now); in nh_res_table_upkeep()
1645 res_table = container_of(dw, struct nh_res_table, upkeep_dw); in nh_res_table_upkeep_dw()
1651 cancel_delayed_work_sync(&res_table->upkeep_dw); in nh_res_table_cancel_upkeep()

Completed in 6 milliseconds