Searched refs:qe (Results 1 – 1 of 1) sorted by relevance
/include/net/ |
D | pkt_cls.h | 563 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, 567 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch); 568 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, 570 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, 572 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe); 574 static inline int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init() argument 582 static inline void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() argument 586 static inline int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() argument 593 tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle() argument 599 static inline int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump() argument
|