Searched refs:tcf_exts (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/include/net/ |
D | pkt_cls.h | 249 struct tcf_exts { struct 263 static inline int tcf_exts_init(struct tcf_exts *exts, int action, int police) in tcf_exts_init() argument 283 static inline bool tcf_exts_get_net(struct tcf_exts *exts) in tcf_exts_get_net() 293 static inline void tcf_exts_put_net(struct tcf_exts *exts) in tcf_exts_put_net() 310 tcf_exts_stats_update(const struct tcf_exts *exts, in tcf_exts_stats_update() 334 static inline bool tcf_exts_has_actions(struct tcf_exts *exts) in tcf_exts_has_actions() 349 static inline bool tcf_exts_has_one_action(struct tcf_exts *exts) in tcf_exts_has_one_action() 358 static inline struct tc_action *tcf_exts_first_action(struct tcf_exts *exts) in tcf_exts_first_action() 379 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, in tcf_exts_exec() 390 struct tcf_exts *exts, bool ovr, [all …]
|
/Linux-v4.19/net/sched/ |
D | cls_api.c | 2036 void tcf_exts_destroy(struct tcf_exts *exts) in tcf_exts_destroy() 2047 struct nlattr *rate_tlv, struct tcf_exts *exts, bool ovr, in tcf_exts_validate() 2090 void tcf_exts_change(struct tcf_exts *dst, struct tcf_exts *src) in tcf_exts_change() 2093 struct tcf_exts old = *dst; in tcf_exts_change() 2102 static struct tc_action *tcf_exts_first_act(struct tcf_exts *exts) in tcf_exts_first_act() 2111 int tcf_exts_dump(struct sk_buff *skb, struct tcf_exts *exts) in tcf_exts_dump() 2152 int tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts) in tcf_exts_dump_stats() 2163 static int tc_exts_setup_cb_egdev_call(struct tcf_exts *exts, in tc_exts_setup_cb_egdev_call() 2193 int tc_setup_cb_call(struct tcf_block *block, struct tcf_exts *exts, in tc_setup_cb_call()
|
D | cls_cgroup.c | 23 struct tcf_exts exts;
|
D | cls_tcindex.c | 29 struct tcf_exts exts; 312 struct tcf_exts e; in tcindex_set_parms()
|
D | cls_basic.c | 33 struct tcf_exts exts;
|
D | cls_matchall.c | 20 struct tcf_exts exts;
|
D | cls_rsvp.h | 96 struct tcf_exts exts; 490 struct tcf_exts e; in rsvp_change()
|
D | cls_fw.c | 48 struct tcf_exts exts;
|
D | cls_route.c | 56 struct tcf_exts exts;
|
D | cls_flow.c | 43 struct tcf_exts exts;
|
D | cls_bpf.c | 47 struct tcf_exts exts;
|
D | cls_flower.c | 95 struct tcf_exts exts; 1366 struct tcf_exts dummy_exts = { 0, }; in fl_hw_create_tmplt()
|
D | cls_u32.c | 54 struct tcf_exts exts;
|
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 63 struct tcf_exts *exts; in tc_fill_actions()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_u32.c | 95 struct tcf_exts *exts; in fill_action_fields()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_flower.c | 20 struct tcf_exts *exts, in mlxsw_sp_flower_parse_actions()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 1970 struct tcf_exts *exts) in modify_header_match_supported() 2017 struct tcf_exts *exts, in actions_match_supported() 2052 static int parse_tc_nic_actions(struct mlx5e_priv *priv, struct tcf_exts *exts, in parse_tc_nic_actions() 2661 static int parse_tc_fdb_actions(struct mlx5e_priv *priv, struct tcf_exts *exts, in parse_tc_fdb_actions()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.c | 116 struct tcf_exts *tc_exts) in bnxt_tc_parse_actions()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/ |
D | qede_filter.c | 2007 struct tcf_exts *exts) in qede_parse_actions()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 9170 struct tcf_exts *exts, u64 *action, u8 *queue) in parse_tc_actions() 9203 struct tcf_exts *exts, u64 *action, u8 *queue) in parse_tc_actions()
|