Home
last modified time | relevance | path

Searched refs:tdif (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c1563 long tdif = NEIGH_CB(skb)->sched_next - now; in neigh_proxy_process() local
1565 if (tdif <= 0) { in neigh_proxy_process()
1578 } else if (!sched_next || tdif < sched_next) in neigh_proxy_process()
1579 sched_next = tdif; in neigh_proxy_process()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c1631 long tdif = NEIGH_CB(skb)->sched_next - now; in neigh_proxy_process() local
1633 if (tdif <= 0) { in neigh_proxy_process()
1648 } else if (!sched_next || tdif < sched_next) in neigh_proxy_process()
1649 sched_next = tdif; in neigh_proxy_process()

Completed in 11 milliseconds