Home
last modified time | relevance | path

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

/linux-6.14.4/net/xfrm/
Dxfrm_iptfs.c159 struct hrtimer iptfs_timer; /* output timer */ member
1904 if (!hrtimer_is_queued(&xtfs->iptfs_timer)) { in iptfs_output_collect()
1905 hrtimer_start(&xtfs->iptfs_timer, xtfs->init_delay_ns, IPTFS_HRTIMER_MODE); in iptfs_output_collect()
2312 xtfs = container_of(me, typeof(*xtfs), iptfs_timer); in iptfs_delay_timer()
2628 hrtimer_init(&xtfs->iptfs_timer, CLOCK_MONOTONIC, IPTFS_HRTIMER_MODE); in __iptfs_init_state()
2629 xtfs->iptfs_timer.function = iptfs_delay_timer; in __iptfs_init_state()
2703 hrtimer_cancel(&xtfs->iptfs_timer); in iptfs_destroy_state()