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,
75 static inline struct Qdisc *tcf_block_q(struct tcf_block *block) in tcf_block_q()
112 struct tcf_proto __rcu **p_filter_chain, struct Qdisc *q, in tcf_block_get()
119 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext()
131 void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q, in tcf_block_put_ext()
136 static inline struct Qdisc *tcf_block_q(struct tcf_block *block) in tcf_block_q()
158 __tcf_bind_filter(struct Qdisc *q, struct tcf_result *r, unsigned long base) in __tcf_bind_filter()
171 struct Qdisc *q = tp->chain->block->q; in tcf_bind_filter()
184 __tcf_unbind_filter(struct Qdisc *q, struct tcf_result *r) in __tcf_unbind_filter()
195 struct Qdisc *q = tp->chain->block->q; in tcf_unbind_filter()
602 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch,
606 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch);
609 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb,
613 static inline int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init()
621 static inline void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy()
632 tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle()