Home
last modified time | relevance | path

Searched refs:tcf_exts_init (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/net/sched/
Dcls_cgroup.c115 tcf_exts_init(&new->exts, TCA_CGROUP_ACT, TCA_CGROUP_POLICE); in cls_cgroup_change()
123 tcf_exts_init(&e, TCA_CGROUP_ACT, TCA_CGROUP_POLICE); in cls_cgroup_change()
Dcls_fw.c198 tcf_exts_init(&e, TCA_FW_ACT, TCA_FW_POLICE); in fw_change_attrs()
273 tcf_exts_init(&fnew->exts, TCA_FW_ACT, TCA_FW_POLICE); in fw_change()
316 tcf_exts_init(&f->exts, TCA_FW_ACT, TCA_FW_POLICE); in fw_change()
Dcls_tcindex.c204 tcf_exts_init(&r->exts, TCA_TCINDEX_ACT, TCA_TCINDEX_POLICE); in tcindex_filter_result_init()
228 tcf_exts_init(&e, TCA_TCINDEX_ACT, TCA_TCINDEX_POLICE); in tcindex_set_parms()
257 tcf_exts_init(&cp->perfect[i].exts, in tcindex_set_parms()
326 tcf_exts_init(&cp->perfect[i].exts, in tcindex_set_parms()
Dcls_basic.c141 tcf_exts_init(&e, TCA_BASIC_ACT, TCA_BASIC_POLICE); in basic_set_parms()
192 tcf_exts_init(&fnew->exts, TCA_BASIC_ACT, TCA_BASIC_POLICE); in basic_change()
Dcls_bpf.c281 tcf_exts_init(&exts, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_modify_existing()
344 tcf_exts_init(&prog->exts, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_change()
Dcls_rsvp.h480 tcf_exts_init(&e, TCA_RSVP_ACT, TCA_RSVP_POLICE); in rsvp_change()
499 tcf_exts_init(&n->exts, TCA_RSVP_ACT, TCA_RSVP_POLICE); in rsvp_change()
523 tcf_exts_init(&f->exts, TCA_RSVP_ACT, TCA_RSVP_POLICE); in rsvp_change()
Dcls_route.c393 tcf_exts_init(&e, TCA_ROUTE4_ACT, TCA_ROUTE4_POLICE); in route4_set_parms()
506 tcf_exts_init(&f->exts, TCA_ROUTE4_ACT, TCA_ROUTE4_POLICE); in route4_change()
Dcls_u32.c600 tcf_exts_init(&e, TCA_U32_ACT, TCA_U32_POLICE); in u32_set_parms()
720 tcf_exts_init(&new->exts, TCA_U32_ACT, TCA_U32_POLICE); in u32_init_knode()
848 tcf_exts_init(&n->exts, TCA_U32_ACT, TCA_U32_POLICE); in u32_change()
Dcls_flow.c408 tcf_exts_init(&e, TCA_FLOW_ACT, TCA_FLOW_POLICE); in flow_change()
422 tcf_exts_init(&fnew->exts, TCA_FLOW_ACT, TCA_FLOW_POLICE); in flow_change()
/linux-4.1.27/include/net/
Dpkt_cls.h71 static inline void tcf_exts_init(struct tcf_exts *exts, int action, int police) in tcf_exts_init() function