Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dcls_fw.c274 err = tcf_exts_init(&fnew->exts, net, TCA_FW_ACT, in fw_change()
324 err = tcf_exts_init(&f->exts, net, TCA_FW_ACT, TCA_FW_POLICE); in fw_change()
A Dcls_cgroup.c102 err = tcf_exts_init(&new->exts, net, TCA_CGROUP_ACT, TCA_CGROUP_POLICE); in cls_cgroup_change()
A Dcls_basic.c200 err = tcf_exts_init(&fnew->exts, net, TCA_BASIC_ACT, TCA_BASIC_POLICE); in basic_change()
A Dcls_matchall.c215 err = tcf_exts_init(&new->exts, net, TCA_MATCHALL_ACT, 0); in mall_change()
A Dcls_route.c509 err = tcf_exts_init(&f->exts, net, TCA_ROUTE4_ACT, TCA_ROUTE4_POLICE); in route4_change()
A Dcls_bpf.c483 ret = tcf_exts_init(&prog->exts, net, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_change()
A Dcls_flow.c443 err = tcf_exts_init(&fnew->exts, net, TCA_FLOW_ACT, TCA_FLOW_POLICE); in flow_change()
A Dcls_u32.c836 if (tcf_exts_init(&new->exts, net, TCA_U32_ACT, TCA_U32_POLICE)) { in u32_init_knode()
1055 err = tcf_exts_init(&n->exts, net, TCA_U32_ACT, TCA_U32_POLICE); in u32_change()
/linux-6.3-rc2/include/net/
A Dpkt_cls.h243 static inline int tcf_exts_init(struct tcf_exts *exts, struct net *net, in tcf_exts_init() function

Completed in 18 milliseconds