Searched refs:tcf_exts_init (Results 1 – 5 of 5) 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_basic.c | 200 err = tcf_exts_init(&fnew->exts, net, TCA_BASIC_ACT, TCA_BASIC_POLICE); in basic_change()
|
H A D | cls_route.c | 514 err = tcf_exts_init(&f->exts, net, TCA_ROUTE4_ACT, TCA_ROUTE4_POLICE); in route4_change()
|
H A D | cls_flow.c | 444 err = tcf_exts_init(&fnew->exts, net, TCA_FLOW_ACT, TCA_FLOW_POLICE); in flow_change()
|