Searched refs:tcf_exts (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.10/include/net/ |
D | pkt_cls.h | 208 struct tcf_exts { struct 222 static inline int tcf_exts_init(struct tcf_exts *exts, struct net *net, in tcf_exts_init() argument 243 static inline bool tcf_exts_get_net(struct tcf_exts *exts) in tcf_exts_get_net() 253 static inline void tcf_exts_put_net(struct tcf_exts *exts) in tcf_exts_put_net() 270 tcf_exts_stats_update(const struct tcf_exts *exts, in tcf_exts_stats_update() 298 static inline bool tcf_exts_has_actions(struct tcf_exts *exts) in tcf_exts_has_actions() 319 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, in tcf_exts_exec() 330 struct tcf_exts *exts, bool ovr, bool rtnl_held, 332 void tcf_exts_destroy(struct tcf_exts *exts); 333 void tcf_exts_change(struct tcf_exts *dst, struct tcf_exts *src); [all …]
|
/Linux-v5.10/net/sched/ |
D | cls_cgroup.c | 19 struct tcf_exts exts;
|
D | cls_api.c | 3036 void tcf_exts_destroy(struct tcf_exts *exts) in tcf_exts_destroy() 3049 struct nlattr *rate_tlv, struct tcf_exts *exts, bool ovr, in tcf_exts_validate() 3092 void tcf_exts_change(struct tcf_exts *dst, struct tcf_exts *src) in tcf_exts_change() 3095 struct tcf_exts old = *dst; in tcf_exts_change() 3104 static struct tc_action *tcf_exts_first_act(struct tcf_exts *exts) in tcf_exts_first_act() 3113 int tcf_exts_dump(struct sk_buff *skb, struct tcf_exts *exts) in tcf_exts_dump() 3154 int tcf_exts_terse_dump(struct sk_buff *skb, struct tcf_exts *exts) in tcf_exts_terse_dump() 3180 int tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts) in tcf_exts_dump_stats() 3558 const struct tcf_exts *exts) in tc_setup_flow_action() 3737 unsigned int tcf_exts_num_actions(struct tcf_exts *exts) in tcf_exts_num_actions()
|
D | cls_rsvp.h | 92 struct tcf_exts exts; 486 struct tcf_exts e; in rsvp_change()
|
D | cls_tcindex.c | 33 struct tcf_exts exts; 337 struct tcf_exts e; in tcindex_set_parms()
|
D | cls_basic.c | 30 struct tcf_exts exts;
|
D | cls_matchall.c | 17 struct tcf_exts exts;
|
D | cls_fw.c | 38 struct tcf_exts exts;
|
D | cls_route.c | 52 struct tcf_exts exts;
|
D | cls_flow.c | 39 struct tcf_exts exts;
|
D | cls_bpf.c | 44 struct tcf_exts exts;
|
D | cls_u32.c | 47 struct tcf_exts exts;
|
D | cls_flower.c | 109 struct tcf_exts exts;
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_u32.c | 96 struct tcf_exts *exts; in fill_action_fields()
|
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 63 struct tcf_exts *exts; in tc_fill_actions()
|
D | stmmac_selftests.c | 1089 struct tcf_exts *exts; in stmmac_test_rxp()
|
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 9319 struct tcf_exts *exts, u64 *action, u8 *queue) in parse_tc_actions() 9352 struct tcf_exts *exts, u64 *action, u8 *queue) in parse_tc_actions()
|