Searched refs:iptfs_timer (Results 1 – 1 of 1) sorted by relevance
| /linux/net/xfrm/ |
| H A D | xfrm_iptfs.c | 159 struct hrtimer iptfs_timer; /* output timer */ member 1918 if (!hrtimer_is_queued(&xtfs->iptfs_timer)) { in iptfs_output_collect() 1919 hrtimer_start(&xtfs->iptfs_timer, xtfs->init_delay_ns, IPTFS_HRTIMER_MODE); in iptfs_output_collect() 2328 xtfs = container_of(me, typeof(*xtfs), iptfs_timer); in iptfs_delay_timer() 2644 hrtimer_setup(&xtfs->iptfs_timer, iptfs_delay_timer, CLOCK_MONOTONIC, IPTFS_HRTIMER_MODE); in __iptfs_init_state() 2685 hrtimer_setup(&xtfs->iptfs_timer, iptfs_delay_timer, CLOCK_MONOTONIC, in iptfs_clone_state() 2734 hrtimer_cancel(&xtfs->iptfs_timer); in iptfs_destroy_state()
|