Searched defs:etf_sched_data (Results 1 – 1 of 1) sorted by relevance
26 struct etf_sched_data { struct27 bool offload;28 bool deadline_mode;29 int clockid;30 int queue;31 s32 delta; /* in ns */32 ktime_t last; /* The txtime of the last skb sent to the netdevice. */33 struct rb_root head;34 struct qdisc_watchdog watchdog;35 ktime_t (*get_time)(void);