Searched defs:etf_sched_data (Results 1 – 1 of 1) sorted by relevance
27 struct etf_sched_data { struct28 bool offload;29 bool deadline_mode;30 bool skip_sock_check;31 int clockid;32 int queue;33 s32 delta; /* in ns */34 ktime_t last; /* The txtime of the last skb sent to the netdevice. */35 struct rb_root_cached head;36 struct qdisc_watchdog watchdog;[all …]