Searched defs:Qdisc (Results  1 – 8 of 8) sorted by relevance
| /external/libnl/python/netlink/route/ | 
| D | tc.py | 259 class Qdisc(Tc):  class
  | 
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 25191 struct Qdisc {  struct 25192 	int (*enqueue)(struct sk_buff *, struct Qdisc *, struct sk_buff **);  argument 25193 	struct sk_buff * (*dequeue)(struct Qdisc *);  argument 25196 	const struct Qdisc_ops *ops;  argument 25216 	struct Qdisc *next_sched;  argument 25217 	struct sk_buff_head skb_bad_txq; 25225 	spinlock_t busylock; 25226 	spinlock_t seqlock; 25227 	struct callback_head rcu; 25228 	netdevice_tracker dev_tracker; [all …] 
 | 
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 12889 struct Qdisc {  struct 12890 	int (*enqueue)(struct sk_buff *, struct Qdisc *, struct sk_buff **);  argument 12891 	struct sk_buff * (*dequeue)(struct Qdisc *);  argument 12894 	const struct Qdisc_ops *ops;  argument 12914 	struct Qdisc *next_sched;  argument 12915 	struct sk_buff_head skb_bad_txq; 12916 	spinlock_t busylock; 12917 	spinlock_t seqlock; 12918 	bool empty; 12919 	struct callback_head rcu; [all …] 
 | 
| D | vmlinux.h | 12889 struct Qdisc {  struct 12890 	int (*enqueue)(struct sk_buff *, struct Qdisc *, struct sk_buff **);  argument 12891 	struct sk_buff * (*dequeue)(struct Qdisc *);  argument 12894 	const struct Qdisc_ops *ops;  argument 12914 	struct Qdisc *next_sched;  argument 12915 	struct sk_buff_head skb_bad_txq; 12916 	spinlock_t busylock; 12917 	spinlock_t seqlock; 12918 	bool empty; 12919 	struct callback_head rcu; [all …] 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 11772 struct Qdisc {  struct 11773 	int (*enqueue)(struct sk_buff *, struct Qdisc *, struct sk_buff **);  argument 11774 	struct sk_buff * (*dequeue)(struct Qdisc *);  argument 11777 	const struct Qdisc_ops *ops;  argument 11797 	struct Qdisc *next_sched;  argument 11798 	struct sk_buff_head skb_bad_txq; 11799 	spinlock_t busylock; 11800 	spinlock_t seqlock; 11801 	bool empty; 11802 	struct callback_head rcu; [all …] 
 | 
| D | vmlinux_510.h | 11772 struct Qdisc {  struct 11773 	int (*enqueue)(struct sk_buff *, struct Qdisc *, struct sk_buff **);  argument 11774 	struct sk_buff * (*dequeue)(struct Qdisc *);  argument 11777 	const struct Qdisc_ops *ops;  argument 11797 	struct Qdisc *next_sched;  argument 11798 	struct sk_buff_head skb_bad_txq; 11799 	spinlock_t busylock; 11800 	spinlock_t seqlock; 11801 	bool empty; 11802 	struct callback_head rcu; [all …] 
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 14450 struct Qdisc {  struct 14451 	int (*enqueue)(struct sk_buff *, struct Qdisc *, struct sk_buff **);  argument 14452 	struct sk_buff * (*dequeue)(struct Qdisc *);  argument 14455 	const struct Qdisc_ops *ops;  argument 14475 	struct Qdisc *next_sched;  argument 14476 	struct sk_buff_head skb_bad_txq; 14477 	spinlock_t busylock; 14478 	spinlock_t seqlock; 14479 	bool empty; 14480 	struct callback_head rcu;
  | 
| D | vmlinux.h | 14450 struct Qdisc {  struct 14451 	int (*enqueue)(struct sk_buff *, struct Qdisc *, struct sk_buff **);  argument 14452 	struct sk_buff * (*dequeue)(struct Qdisc *);  argument 14455 	const struct Qdisc_ops *ops;  argument 14475 	struct Qdisc *next_sched;  argument 14476 	struct sk_buff_head skb_bad_txq; 14477 	spinlock_t busylock; 14478 	spinlock_t seqlock; 14479 	bool empty; 14480 	struct callback_head rcu;
  |