Symbol: tcf_qevent
include/net/pkt_cls.h
627
int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch,
include/net/pkt_cls.h
631
void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch);
include/net/pkt_cls.h
632
int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr,
include/net/pkt_cls.h
634
struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb,
include/net/pkt_cls.h
636
int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe);
include/net/pkt_cls.h
638
static inline int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch,
include/net/pkt_cls.h
646
static inline void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch)
include/net/pkt_cls.h
650
static inline int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr,
include/net/pkt_cls.h
657
tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb,
include/net/pkt_cls.h
663
static inline int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe)
net/sched/cls_api.c
3983
int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch,
net/sched/cls_api.c
4007
void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch)
net/sched/cls_api.c
4014
int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr,
net/sched/cls_api.c
4037
struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb,
net/sched/cls_api.c
4069
int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe)
net/sched/sch_red.c
49
struct tcf_qevent qe_early_drop;
net/sched/sch_red.c
50
struct tcf_qevent qe_mark;