Home
last modified time | relevance | path

Searched refs:tcf_qevent (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/net/
H A Dpkt_cls.h37 struct tcf_qevent { struct
613 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch,
617 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch);
618 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr,
620 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb,
622 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe);
624 static inline int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init()
632 static inline void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy()
636 static inline int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change()
643 tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle()
[all …]
/linux-6.15/net/sched/
H A Dsch_red.c49 struct tcf_qevent qe_early_drop;
50 struct tcf_qevent qe_mark;
H A Dcls_api.c3964 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init()
3988 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy()
3995 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change()
4018 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle()
4051 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump()