Searched refs:tcf_qevent (Results 1 – 3 of 3) sorted by relevance
/linux/include/net/ |
A D | pkt_cls.h | 35 struct tcf_qevent { struct 559 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, 563 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch); 564 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, 566 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, 568 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe); 570 static inline int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init() 578 static inline void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() 582 static inline int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() 589 tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle() [all …]
|
/linux/net/sched/ |
A D | sch_red.c | 49 struct tcf_qevent qe_early_drop; 50 struct tcf_qevent qe_mark;
|
A D | cls_api.c | 3764 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init() 3791 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() 3798 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() 3821 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle() 3854 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump()
|
Completed in 20 milliseconds