Searched refs:tcf_exts_init (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/net/sched/ |
D | cls_tcindex.c | 258 return tcf_exts_init(&r->exts, TCA_TCINDEX_ACT, TCA_TCINDEX_POLICE); in tcindex_filter_result_init() 288 err = tcf_exts_init(&cp->perfect[i].exts, in tcindex_alloc_perfect_hash() 314 err = tcf_exts_init(&e, TCA_TCINDEX_ACT, TCA_TCINDEX_POLICE); in tcindex_set_parms()
|
D | cls_fw.c | 286 err = tcf_exts_init(&fnew->exts, TCA_FW_ACT, TCA_FW_POLICE); in fw_change() 335 err = tcf_exts_init(&f->exts, TCA_FW_ACT, TCA_FW_POLICE); in fw_change()
|
D | cls_rsvp.h | 502 err = tcf_exts_init(&e, TCA_RSVP_ACT, TCA_RSVP_POLICE); in rsvp_change() 523 err = tcf_exts_init(&n->exts, TCA_RSVP_ACT, TCA_RSVP_POLICE); in rsvp_change() 551 err = tcf_exts_init(&f->exts, TCA_RSVP_ACT, TCA_RSVP_POLICE); in rsvp_change()
|
D | cls_cgroup.c | 102 err = tcf_exts_init(&new->exts, TCA_CGROUP_ACT, TCA_CGROUP_POLICE); in cls_cgroup_change()
|
D | cls_basic.c | 196 err = tcf_exts_init(&fnew->exts, TCA_BASIC_ACT, TCA_BASIC_POLICE); in basic_change()
|
D | cls_matchall.c | 188 err = tcf_exts_init(&new->exts, TCA_MATCHALL_ACT, 0); in mall_change()
|
D | cls_route.c | 499 err = tcf_exts_init(&f->exts, TCA_ROUTE4_ACT, TCA_ROUTE4_POLICE); in route4_change()
|
D | cls_flow.c | 443 err = tcf_exts_init(&fnew->exts, TCA_FLOW_ACT, TCA_FLOW_POLICE); in flow_change()
|
D | cls_bpf.c | 478 ret = tcf_exts_init(&prog->exts, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_change()
|
D | cls_u32.c | 897 if (tcf_exts_init(&new->exts, TCA_U32_ACT, TCA_U32_POLICE)) { in u32_init_knode() 1108 err = tcf_exts_init(&n->exts, TCA_U32_ACT, TCA_U32_POLICE); in u32_change()
|
D | cls_flower.c | 1194 err = tcf_exts_init(&fnew->exts, TCA_FLOWER_ACT, 0); in fl_change()
|
/Linux-v4.19/include/net/ |
D | pkt_cls.h | 263 static inline int tcf_exts_init(struct tcf_exts *exts, int action, int police) in tcf_exts_init() function
|