Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_qdisc_fail__untrusted_write.c15 struct Qdisc *next = sch->next_sched; in BPF_PROG()
/linux/net/ipv4/
H A Ddevinet.c711 unsigned long now, next, next_sec, next_sched; in check_lifetime() local
803 next_sched = next; in check_lifetime()
807 next_sched = next_sec; in check_lifetime()
811 if (time_before(next_sched, now + ADDRCONF_TIMER_FUZZ_MAX)) in check_lifetime()
812 next_sched = now + ADDRCONF_TIMER_FUZZ_MAX; in check_lifetime()
815 next_sched - now); in check_lifetime()
/linux/net/ipv6/
H A Daddrconf.c4646 unsigned long now, next, next_sec, next_sched; in addrconf_verify_rtnl() local
4749 next_sched = next; in addrconf_verify_rtnl()
4753 next_sched = next_sec; in addrconf_verify_rtnl()
4756 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX)) in addrconf_verify_rtnl()
4757 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX; in addrconf_verify_rtnl()
4760 now, next, next_sec, next_sched); in addrconf_verify_rtnl()
4761 mod_delayed_work(addrconf_wq, &net->ipv6.addr_chk_work, next_sched - now); in addrconf_verify_rtnl()
/linux/include/net/
H A Dsch_generic.h115 struct Qdisc *next_sched; member
/linux/net/core/
H A Ddev.c3434 q->next_sched = NULL; in __netif_reschedule()
3436 sd->output_queue_tailp = &q->next_sched; in __netif_reschedule()
5890 head = head->next_sched; in net_tx_action()