Searched refs:tcf_exts_change (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/net/sched/ |
D | cls_tcindex.c | 386 tcf_exts_change(tp, &r->exts, &e); in tcindex_set_parms() 388 tcf_exts_change(tp, &cr.exts, &e); in tcindex_set_parms() 401 tcf_exts_change(tp, &f->result.exts, &r->exts); in tcindex_set_parms()
|
D | cls_cgroup.c | 115 tcf_exts_change(tp, &new->exts, &e); in cls_cgroup_change()
|
D | cls_api.c | 554 void tcf_exts_change(struct tcf_proto *tp, struct tcf_exts *dst, in tcf_exts_change() function 567 EXPORT_SYMBOL(tcf_exts_change);
|
D | cls_basic.c | 155 tcf_exts_change(tp, &f->exts, &e); in basic_set_parms()
|
D | cls_rsvp.h | 516 tcf_exts_change(tp, &n->exts, &e); in rsvp_change() 587 tcf_exts_change(tp, &f->exts, &e); in rsvp_change()
|
D | cls_fw.c | 228 tcf_exts_change(tp, &f->exts, &e); in fw_change_attrs()
|
D | cls_bpf.c | 348 tcf_exts_change(tp, &prog->exts, &exts); in cls_bpf_modify_existing()
|
D | cls_route.c | 466 tcf_exts_change(tp, &f->exts, &e); in route4_set_parms()
|
D | cls_flow.c | 504 tcf_exts_change(tp, &fnew->exts, &e); in flow_change()
|
D | cls_flower.c | 423 tcf_exts_change(tp, &f->exts, &e); in fl_set_parms()
|
D | cls_u32.c | 641 tcf_exts_change(tp, &n->exts, &e); in u32_set_parms()
|
/linux-4.4.14/include/net/ |
D | pkt_cls.h | 137 void tcf_exts_change(struct tcf_proto *tp, struct tcf_exts *dst,
|