Home
last modified time | relevance | path

Searched refs:tcf_exts_init (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A 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()
H A Dcls_cgroup.c100 err = tcf_exts_init(&new->exts, net, TCA_CGROUP_ACT, TCA_CGROUP_POLICE); in cls_cgroup_change()
H A Dcls_matchall.c216 err = tcf_exts_init(&new->exts, net, TCA_MATCHALL_ACT, 0); in mall_change()
H A Dcls_basic.c198 err = tcf_exts_init(&fnew->exts, net, TCA_BASIC_ACT, TCA_BASIC_POLICE); in basic_change()
H A Dcls_bpf.c482 ret = tcf_exts_init(&prog->exts, net, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_change()
H A Dcls_route.c507 err = tcf_exts_init(&f->exts, net, TCA_ROUTE4_ACT, TCA_ROUTE4_POLICE); in route4_change()
H A Dcls_flow.c441 err = tcf_exts_init(&fnew->exts, net, TCA_FLOW_ACT, TCA_FLOW_POLICE); in flow_change()
H A Dcls_u32.c834 if (tcf_exts_init(&new->exts, net, TCA_U32_ACT, TCA_U32_POLICE)) { in u32_init_knode()
1092 err = tcf_exts_init(&n->exts, net, TCA_U32_ACT, TCA_U32_POLICE); in u32_change()
H A Dcls_flower.c2026 err = tcf_exts_init(&fnew->exts, net, TCA_FLOWER_ACT, 0); in fl_change()
/kernel/linux/linux-6.6/net/sched/
H A Dcls_fw.c273 err = tcf_exts_init(&fnew->exts, net, TCA_FW_ACT, in fw_change()
323 err = tcf_exts_init(&f->exts, net, TCA_FW_ACT, TCA_FW_POLICE); in fw_change()
H A Dcls_cgroup.c102 err = tcf_exts_init(&new->exts, net, TCA_CGROUP_ACT, TCA_CGROUP_POLICE); in cls_cgroup_change()
H A Dcls_matchall.c196 err = tcf_exts_init(&new->exts, net, TCA_MATCHALL_ACT, 0); in mall_change()
H A Dcls_basic.c200 err = tcf_exts_init(&fnew->exts, net, TCA_BASIC_ACT, TCA_BASIC_POLICE); in basic_change()
H A Dcls_route.c509 err = tcf_exts_init(&f->exts, net, TCA_ROUTE4_ACT, TCA_ROUTE4_POLICE); in route4_change()
H A Dcls_bpf.c436 ret = tcf_exts_init(&prog->exts, net, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_change()
H A Dcls_flow.c443 err = tcf_exts_init(&fnew->exts, net, TCA_FLOW_ACT, TCA_FLOW_POLICE); in flow_change()
H A Dcls_u32.c848 if (tcf_exts_init(&new->exts, net, TCA_U32_ACT, TCA_U32_POLICE)) { in u32_init_knode()
1121 err = tcf_exts_init(&n->exts, net, TCA_U32_ACT, TCA_U32_POLICE); in u32_change()
/kernel/linux/linux-5.10/include/net/
H A Dpkt_cls.h222 static inline int tcf_exts_init(struct tcf_exts *exts, struct net *net, in tcf_exts_init() function
/kernel/linux/linux-6.6/include/net/
H A Dpkt_cls.h230 static inline int tcf_exts_init(struct tcf_exts *exts, struct net *net, in tcf_exts_init() function

Completed in 24 milliseconds