Home
last modified time | relevance | path

Searched defs:sch (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dbpf_qdisc_fail__incompl_ops.c10 int BPF_PROG(bpf_qdisc_test_enqueue, struct sk_buff *skb, struct Qdisc *sch, in BPF_PROG()
18 struct sk_buff *BPF_PROG(bpf_qdisc_test_dequeue, struct Qdisc *sch) in BPF_PROG()
24 void BPF_PROG(bpf_qdisc_test_reset, struct Qdisc *sch) in BPF_PROG()
29 void BPF_PROG(bpf_qdisc_test_destroy, struct Qdisc *sch) in BPF_PROG()
A Dbpf_qdisc_fifo.c20 int BPF_PROG(bpf_fifo_enqueue, struct sk_buff *skb, struct Qdisc *sch, in BPF_PROG()
52 struct sk_buff *BPF_PROG(bpf_fifo_dequeue, struct Qdisc *sch) in BPF_PROG()
78 int BPF_PROG(bpf_fifo_init, struct Qdisc *sch, struct nlattr *opt, in BPF_PROG()
87 void BPF_PROG(bpf_fifo_reset, struct Qdisc *sch) in BPF_PROG()
113 void BPF_PROG(bpf_fifo_destroy, struct Qdisc *sch) in BPF_PROG()
A Dbpf_qdisc_fq.c308 int BPF_PROG(bpf_fq_enqueue, struct sk_buff *skb, struct Qdisc *sch, in BPF_PROG()
589 struct sk_buff *BPF_PROG(bpf_fq_dequeue, struct Qdisc *sch) in BPF_PROG()
685 void BPF_PROG(bpf_fq_reset, struct Qdisc *sch) in BPF_PROG()
715 int BPF_PROG(bpf_fq_init, struct Qdisc *sch, struct nlattr *opt, in BPF_PROG()
744 void BPF_PROG(bpf_fq_destroy, struct Qdisc *sch) in BPF_PROG()

Completed in 11 milliseconds