Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Ddevinet.c712 unsigned long now, next, next_sec, next_sched; in check_lifetime() local
804 next_sched = next; in check_lifetime()
808 next_sched = next_sec; in check_lifetime()
812 if (time_before(next_sched, now + ADDRCONF_TIMER_FUZZ_MAX)) in check_lifetime()
813 next_sched = now + ADDRCONF_TIMER_FUZZ_MAX; in check_lifetime()
816 next_sched - now); in check_lifetime()
/linux-6.15/net/ipv6/
H A Daddrconf.c4614 unsigned long now, next, next_sec, next_sched; in addrconf_verify_rtnl() local
4717 next_sched = next; in addrconf_verify_rtnl()
4721 next_sched = next_sec; in addrconf_verify_rtnl()
4724 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX)) in addrconf_verify_rtnl()
4725 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX; in addrconf_verify_rtnl()
4728 now, next, next_sec, next_sched); in addrconf_verify_rtnl()
4729 mod_delayed_work(addrconf_wq, &net->ipv6.addr_chk_work, next_sched - now); in addrconf_verify_rtnl()
/linux-6.15/include/net/
H A Dsch_generic.h123 struct Qdisc *next_sched; member
/linux-6.15/net/core/
H A Ddev.c3316 q->next_sched = NULL; in __netif_reschedule()
3318 sd->output_queue_tailp = &q->next_sched; in __netif_reschedule()
5509 head = head->next_sched; in net_tx_action()