Home
last modified time | relevance | path

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

/Linux-v5.15/net/sched/
Dcls_fw.c272 err = tcf_exts_init(&fnew->exts, net, TCA_FW_ACT, in fw_change()
322 err = tcf_exts_init(&f->exts, net, TCA_FW_ACT, TCA_FW_POLICE); in fw_change()
Dcls_rsvp.h498 err = tcf_exts_init(&e, net, TCA_RSVP_ACT, TCA_RSVP_POLICE); in rsvp_change()
520 err = tcf_exts_init(&n->exts, net, TCA_RSVP_ACT, in rsvp_change()
549 err = tcf_exts_init(&f->exts, net, TCA_RSVP_ACT, TCA_RSVP_POLICE); in rsvp_change()
Dcls_tcindex.c277 return tcf_exts_init(&r->exts, net, TCA_TCINDEX_ACT, in tcindex_filter_result_init()
315 err = tcf_exts_init(&cp->perfect[i].exts, net, in tcindex_alloc_perfect_hash()
342 err = tcf_exts_init(&e, net, TCA_TCINDEX_ACT, TCA_TCINDEX_POLICE); in tcindex_set_parms()
Dcls_cgroup.c100 err = tcf_exts_init(&new->exts, net, TCA_CGROUP_ACT, TCA_CGROUP_POLICE); in cls_cgroup_change()
Dcls_basic.c198 err = tcf_exts_init(&fnew->exts, net, TCA_BASIC_ACT, TCA_BASIC_POLICE); in basic_change()
Dcls_matchall.c215 err = tcf_exts_init(&new->exts, net, TCA_MATCHALL_ACT, 0); in mall_change()
Dcls_route.c497 err = tcf_exts_init(&f->exts, net, TCA_ROUTE4_ACT, TCA_ROUTE4_POLICE); in route4_change()
Dcls_flow.c441 err = tcf_exts_init(&fnew->exts, net, TCA_FLOW_ACT, TCA_FLOW_POLICE); in flow_change()
Dcls_u32.c833 if (tcf_exts_init(&new->exts, net, TCA_U32_ACT, TCA_U32_POLICE)) { in u32_init_knode()
1043 err = tcf_exts_init(&n->exts, net, TCA_U32_ACT, TCA_U32_POLICE); in u32_change()
Dcls_bpf.c479 ret = tcf_exts_init(&prog->exts, net, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_change()
Dcls_flower.c2024 err = tcf_exts_init(&fnew->exts, net, TCA_FLOWER_ACT, 0); in fl_change()
/Linux-v5.15/include/net/
Dpkt_cls.h214 static inline int tcf_exts_init(struct tcf_exts *exts, struct net *net, in tcf_exts_init() function