Home
last modified time | relevance | path

Searched refs:dest_trash_timer (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_ctl.c805 del_timer_sync(&ipvs->dest_trash_timer); in ip_vs_trash_cleanup()
1172 mod_timer(&ipvs->dest_trash_timer, in __ip_vs_del_dest()
1253 struct netns_ipvs *ipvs = from_timer(ipvs, t, dest_trash_timer); in ip_vs_dest_trash_expire()
1277 mod_timer(&ipvs->dest_trash_timer, in ip_vs_dest_trash_expire()
4161 timer_setup(&ipvs->dest_trash_timer, ip_vs_dest_trash_expire, 0); in ip_vs_control_net_init()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_ctl.c851 del_timer_sync(&ipvs->dest_trash_timer); in ip_vs_trash_cleanup()
1257 mod_timer(&ipvs->dest_trash_timer, in __ip_vs_del_dest()
1334 struct netns_ipvs *ipvs = from_timer(ipvs, t, dest_trash_timer); in ip_vs_dest_trash_expire()
1358 mod_timer(&ipvs->dest_trash_timer, in ip_vs_dest_trash_expire()
4428 timer_setup(&ipvs->dest_trash_timer, ip_vs_dest_trash_expire, 0); in ip_vs_control_net_init()
/kernel/linux/linux-5.10/include/net/
H A Dip_vs.h882 struct timer_list dest_trash_timer; /* expiration timer */ member
/kernel/linux/linux-6.6/include/net/
H A Dip_vs.h944 struct timer_list dest_trash_timer; /* expiration timer */ member

Completed in 32 milliseconds