Searched refs:tcf_exts_init (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/net/sched/ |
D | cls_cgroup.c | 115 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()
|
D | cls_fw.c | 198 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()
|
D | cls_tcindex.c | 204 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()
|
D | cls_basic.c | 141 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()
|
D | cls_bpf.c | 281 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()
|
D | cls_rsvp.h | 480 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()
|
D | cls_route.c | 393 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()
|
D | cls_u32.c | 600 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()
|
D | cls_flow.c | 408 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/ |
D | pkt_cls.h | 71 static inline void tcf_exts_init(struct tcf_exts *exts, int action, int police) in tcf_exts_init() function
|