Home
last modified time | relevance | path

Searched refs:tcf_result (Results 1 – 42 of 42) sorted by relevance

/linux-4.4.14/include/net/
Dpkt_cls.h40 tcf_bind_filter(struct tcf_proto *tp, struct tcf_result *r, unsigned long base) in tcf_bind_filter()
51 tcf_unbind_filter(struct tcf_proto *tp, struct tcf_result *r) in tcf_unbind_filter()
124 struct tcf_result *res) in tcf_exts_exec()
Dact_api.h103 int (*act)(struct sk_buff *, const struct tc_action *, struct tcf_result *);
132 struct tcf_result *res);
Dpkt_sched.h114 struct tcf_result *res, bool compat_mode);
Dsch_generic.h206 struct tcf_result { struct
217 struct tcf_result *); argument
242 struct tcf_result *);
/linux-4.4.14/net/sched/
Dcls_basic.c34 struct tcf_result res;
41 struct tcf_result *res) in basic_classify()
Dcls_fw.c43 struct tcf_result res;
60 struct tcf_result *res) in fw_classify()
Dact_connmark.c34 struct tcf_result *res) in tcf_connmark()
Dact_simple.c31 struct tcf_result *res) in tcf_simp()
Dact_gact.c126 struct tcf_result *res) in tcf_gact()
Dact_skbedit.c33 struct tcf_result *res) in tcf_skbedit()
Dcls_cgroup.c30 struct tcf_result *res) in cls_cgroup_classify()
Dact_vlan.c25 struct tcf_result *res) in tcf_vlan()
Dcls_bpf.c40 struct tcf_result res;
79 struct tcf_result *res) in cls_bpf_classify()
Dact_pedit.c108 struct tcf_result *res) in tcf_pedit()
Dact_mirred.c140 struct tcf_result *res) in tcf_mirred()
Dcls_route.c55 struct tcf_result res;
129 struct tcf_result *res) in route4_classify()
Dcls_tcindex.c29 struct tcf_result res;
83 struct tcf_result *res) in tcindex_classify()
Dact_nat.c88 struct tcf_result *res) in tcf_nat()
Dact_ipt.c174 struct tcf_result *res) in tcf_ipt()
Dcls_rsvp.h95 struct tcf_result res;
132 struct tcf_result *res) in rsvp_classify()
Dact_bpf.c37 struct tcf_result *res) in tcf_bpf()
Dcls_flower.c65 struct tcf_result res;
119 struct tcf_result *res) in fl_classify()
Dact_police.c256 struct tcf_result *res) in tcf_act_police()
Dsch_multiq.c44 struct tcf_result res; in multiq_classify()
Dsch_prio.c38 struct tcf_result res; in prio_classify()
Dcls_u32.c56 struct tcf_result res;
105 static int u32_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) in u32_classify()
Dact_csum.c497 const struct tc_action *a, struct tcf_result *res) in tcf_csum()
Dsch_dsmark.c227 struct tcf_result res; in dsmark_enqueue()
Dsch_choke.c199 struct tcf_result res; in choke_classify()
Dsch_drr.c319 struct tcf_result res; in drr_classify()
Dsch_atm.c364 struct tcf_result res; in atm_tc_enqueue()
Dcls_flow.c293 struct tcf_result *res) in flow_classify()
Dsch_fq_codel.c82 struct tcf_result res; in fq_codel_classify()
Dsch_sfb.c258 struct tcf_result res; in sfb_classify()
Dsch_sfq.c168 struct tcf_result res; in sfq_classify()
Dact_api.c406 struct tcf_result *res) in tcf_action_exec()
Dsch_qfq.c704 struct tcf_result res; in qfq_classify()
Dsch_htb.c211 struct tcf_result res; in htb_classify()
Dsch_hfsc.c1157 struct tcf_result res; in hfsc_classify()
Dsch_api.c1821 struct tcf_result *res, bool compat_mode) in tc_classify()
Dsch_cbq.c225 struct tcf_result res; in cbq_classify()
/linux-4.4.14/net/core/
Ddev.c3680 struct tcf_result cl_res; in handle_ing()