Searched refs:tcf_qevent (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| H A D | pkt_cls.h | 37 struct tcf_qevent { struct 627 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, 631 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch); 632 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, 634 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, 636 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe); 638 static inline int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init() 646 static inline void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() 650 static inline int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() 657 tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle() [all …]
|
| /linux/net/sched/ |
| H A D | sch_red.c | 49 struct tcf_qevent qe_early_drop; 50 struct tcf_qevent qe_mark;
|
| H A D | cls_api.c | 4007 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init() 4031 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() 4038 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() 4061 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle() 4093 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump()
|