Searched refs:tcf_exts_init (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/net/sched/ |
D | cls_cgroup.c | 96 tcf_exts_init(&new->exts, TCA_CGROUP_ACT, TCA_CGROUP_POLICE); in cls_cgroup_change() 104 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 | 225 tcf_exts_init(&r->exts, TCA_TCINDEX_ACT, TCA_TCINDEX_POLICE); in tcindex_filter_result_init() 249 tcf_exts_init(&e, TCA_TCINDEX_ACT, TCA_TCINDEX_POLICE); in tcindex_set_parms() 278 tcf_exts_init(&cp->perfect[i].exts, in tcindex_set_parms() 347 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_rsvp.h | 490 tcf_exts_init(&e, TCA_RSVP_ACT, TCA_RSVP_POLICE); in rsvp_change() 509 tcf_exts_init(&n->exts, TCA_RSVP_ACT, TCA_RSVP_POLICE); in rsvp_change() 533 tcf_exts_init(&f->exts, TCA_RSVP_ACT, TCA_RSVP_POLICE); in rsvp_change()
|
D | cls_bpf.c | 318 tcf_exts_init(&exts, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_modify_existing() 395 tcf_exts_init(&prog->exts, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_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 | 421 tcf_exts_init(&e, TCA_FLOW_ACT, TCA_FLOW_POLICE); in flow_change() 435 tcf_exts_init(&fnew->exts, TCA_FLOW_ACT, TCA_FLOW_POLICE); in flow_change()
|
D | cls_flower.c | 406 tcf_exts_init(&e, TCA_FLOWER_ACT, 0); in fl_set_parms() 478 tcf_exts_init(&fnew->exts, TCA_FLOWER_ACT, 0); in fl_change()
|
/linux-4.4.14/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
|