Searched refs:tcf_exts (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/net/ |
D | pkt_cls.h | 59 struct tcf_exts { struct 71 static inline void tcf_exts_init(struct tcf_exts *exts, int action, int police) in tcf_exts_init() argument 89 tcf_exts_is_predicative(struct tcf_exts *exts) in tcf_exts_is_predicative() 105 tcf_exts_is_available(struct tcf_exts *exts) in tcf_exts_is_available() 123 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, in tcf_exts_exec() 135 struct tcf_exts *exts, bool ovr); 136 void tcf_exts_destroy(struct tcf_exts *exts); 137 void tcf_exts_change(struct tcf_proto *tp, struct tcf_exts *dst, 138 struct tcf_exts *src); 139 int tcf_exts_dump(struct sk_buff *skb, struct tcf_exts *exts); [all …]
|
/linux-4.4.14/net/sched/ |
D | cls_api.c | 509 void tcf_exts_destroy(struct tcf_exts *exts) in tcf_exts_destroy() 519 struct nlattr *rate_tlv, struct tcf_exts *exts, bool ovr) in tcf_exts_validate() 554 void tcf_exts_change(struct tcf_proto *tp, struct tcf_exts *dst, in tcf_exts_change() 555 struct tcf_exts *src) in tcf_exts_change() 573 int tcf_exts_dump(struct sk_buff *skb, struct tcf_exts *exts) in tcf_exts_dump() 613 int tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts) in tcf_exts_dump_stats()
|
D | cls_cgroup.c | 23 struct tcf_exts exts; 80 struct tcf_exts e; in cls_cgroup_change()
|
D | cls_basic.c | 32 struct tcf_exts exts; 138 struct tcf_exts e; in basic_set_parms()
|
D | cls_fw.c | 47 struct tcf_exts exts; 194 struct tcf_exts e; in fw_change_attrs()
|
D | cls_bpf.c | 42 struct tcf_exts exts; 310 struct tcf_exts exts; in cls_bpf_modify_existing()
|
D | cls_route.c | 56 struct tcf_exts exts; 391 struct tcf_exts e; in route4_set_parms()
|
D | cls_tcindex.c | 28 struct tcf_exts exts; 247 struct tcf_exts e; in tcindex_set_parms()
|
D | cls_flow.c | 43 struct tcf_exts exts; 384 struct tcf_exts e; in flow_change()
|
D | cls_rsvp.h | 96 struct tcf_exts exts; 478 struct tcf_exts e; in rsvp_change()
|
D | cls_flower.c | 64 struct tcf_exts exts; 403 struct tcf_exts e; in fl_set_parms()
|
D | cls_u32.c | 51 struct tcf_exts exts; 598 struct tcf_exts e; in u32_set_parms()
|