Searched refs:tcf_exts_init (Results 1 – 7 of 7) sorted by relevance
/linux/net/sched/ |
H A D | cls_fw.c | 273 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 D | cls_cgroup.c | 102 err = tcf_exts_init(&new->exts, net, TCA_CGROUP_ACT, TCA_CGROUP_POLICE); in cls_cgroup_change()
|
H A D | cls_matchall.c | 196 err = tcf_exts_init(&new->exts, net, TCA_MATCHALL_ACT, 0); in mall_change()
|
H A D | cls_flow.c | 444 err = tcf_exts_init(&fnew->exts, net, TCA_FLOW_ACT, TCA_FLOW_POLICE); in flow_change()
|
H A D | cls_bpf.c | 436 ret = tcf_exts_init(&prog->exts, net, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_change()
|
H A D | cls_u32.c | 858 if (tcf_exts_init(&new->exts, net, TCA_U32_ACT, TCA_U32_POLICE)) { in u32_init_knode() 1133 err = tcf_exts_init(&n->exts, net, TCA_U32_ACT, TCA_U32_POLICE); in u32_change()
|
/linux/include/net/ |
H A D | pkt_cls.h | 241 static inline int tcf_exts_init(struct tcf_exts *exts, struct net *net, in tcf_exts_init() function
|