Lines Matching refs:Qdisc
54 struct tcf_proto __rcu **p_filter_chain, struct Qdisc *q,
56 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q,
60 void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q,
73 static inline struct Qdisc *tcf_block_q(struct tcf_block *block) in tcf_block_q()
99 struct tcf_proto __rcu **p_filter_chain, struct Qdisc *q, in tcf_block_get()
106 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext()
118 void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q, in tcf_block_put_ext()
123 static inline struct Qdisc *tcf_block_q(struct tcf_block *block) in tcf_block_q()
164 __tcf_bind_filter(struct Qdisc *q, struct tcf_result *r, unsigned long base) in __tcf_bind_filter()
177 struct Qdisc *q = tp->chain->block->q; in tcf_bind_filter()
190 __tcf_unbind_filter(struct Qdisc *q, struct tcf_result *r) in __tcf_unbind_filter()
201 struct Qdisc *q = tp->chain->block->q; in tcf_unbind_filter()
563 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch,
567 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch);
570 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb,
574 static inline int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init()
582 static inline void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy()
593 tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle()