Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Ddevinet.c703 unsigned long now, next, next_sec, next_sched; in check_lifetime() local
788 next_sched = next; in check_lifetime()
792 next_sched = next_sec; in check_lifetime()
796 if (time_before(next_sched, now + ADDRCONF_TIMER_FUZZ_MAX)) in check_lifetime()
797 next_sched = now + ADDRCONF_TIMER_FUZZ_MAX; in check_lifetime()
800 next_sched - now); in check_lifetime()
/openbmc/linux/net/ipv6/
H A Daddrconf.c4557 unsigned long now, next, next_sec, next_sched; in addrconf_verify_rtnl() local
4662 next_sched = next; in addrconf_verify_rtnl()
4666 next_sched = next_sec; in addrconf_verify_rtnl()
4669 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX)) in addrconf_verify_rtnl()
4670 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX; in addrconf_verify_rtnl()
4673 now, next, next_sec, next_sched); in addrconf_verify_rtnl()
4674 mod_delayed_work(addrconf_wq, &net->ipv6.addr_chk_work, next_sched - now); in addrconf_verify_rtnl()
/openbmc/linux/include/net/
H A Dsch_generic.h121 struct Qdisc *next_sched; member
/openbmc/linux/net/core/
H A Ddev.c3122 q->next_sched = NULL; in __netif_reschedule()
3124 sd->output_queue_tailp = &q->next_sched; in __netif_reschedule()
5193 head = head->next_sched; in net_tx_action()