Home
last modified time | relevance | path

Searched refs:rfs_may_expire (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_clsf.h22 init_timer(&enic->rfs_h.rfs_may_expire); in enic_rfs_timer_start()
23 enic->rfs_h.rfs_may_expire.function = enic_flow_may_expire; in enic_rfs_timer_start()
24 enic->rfs_h.rfs_may_expire.data = (unsigned long)enic; in enic_rfs_timer_start()
25 mod_timer(&enic->rfs_h.rfs_may_expire, jiffies + HZ/4); in enic_rfs_timer_start()
30 del_timer_sync(&enic->rfs_h.rfs_may_expire); in enic_rfs_timer_stop()
Denic.h135 struct timer_list rfs_may_expire; member
Denic_clsf.c152 mod_timer(&enic->rfs_h.rfs_may_expire, jiffies + HZ/4); in enic_flow_may_expire()