Home
last modified time | relevance | path

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

/linux/net/core/
H A Dneighbour.c1626 long sched_next = 0; in neigh_proxy_process() local
1633 long tdif = NEIGH_CB(skb)->sched_next - now; in neigh_proxy_process()
1650 } else if (!sched_next || tdif < sched_next) in neigh_proxy_process()
1651 sched_next = tdif; in neigh_proxy_process()
1654 if (sched_next) in neigh_proxy_process()
1655 mod_timer(&tbl->proxy_timer, jiffies + sched_next); in neigh_proxy_process()
1673 unsigned long sched_next = neigh_proxy_delay(p); in pneigh_enqueue() local
1680 NEIGH_CB(skb)->sched_next = sched_next; in pneigh_enqueue()
1685 if (time_before(tbl->proxy_timer.expires, sched_next)) in pneigh_enqueue()
1686 sched_next = tbl->proxy_timer.expires; in pneigh_enqueue()
[all …]
/linux/include/net/
H A Dneighbour.h570 unsigned long sched_next; member
/linux/net/xfrm/
H A Dxfrm_policy.c2940 unsigned long sched_next; in xdst_queue_output() local
2963 sched_next = jiffies + pq->timeout; in xdst_queue_output()
2966 if (time_before(pq->hold_timer.expires, sched_next)) in xdst_queue_output()
2967 sched_next = pq->hold_timer.expires; in xdst_queue_output()
2972 if (!mod_timer(&pq->hold_timer, sched_next)) in xdst_queue_output()