Searched refs:tcf_exts (Results 1 – 16 of 16) sorted by relevance
/linux-6.6.21/include/net/ |
D | pkt_cls.h | 62 int tcf_exts_init_ex(struct tcf_exts *exts, struct net *net, int action, 214 struct tcf_exts { struct 230 static inline int tcf_exts_init(struct tcf_exts *exts, struct net *net, in tcf_exts_init() argument 244 static inline bool tcf_exts_get_net(struct tcf_exts *exts) in tcf_exts_get_net() 256 static inline void tcf_exts_put_net(struct tcf_exts *exts) in tcf_exts_put_net() 281 tcf_exts_hw_stats_update(const struct tcf_exts *exts, in tcf_exts_hw_stats_update() 313 static inline bool tcf_exts_has_actions(struct tcf_exts *exts) in tcf_exts_has_actions() 334 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, in tcf_exts_exec() 344 tcf_exts_exec_ex(struct sk_buff *skb, struct tcf_exts *exts, int act_index, in tcf_exts_exec_ex() 357 struct tcf_exts *exts, u32 flags, [all …]
|
D | sch_generic.h | 383 struct tcf_exts * (*get_exts)(const struct tcf_proto *tp,
|
/linux-6.6.21/net/sched/ |
D | cls_api.c | 56 const struct tcf_exts *exts; 77 tcf_exts_miss_cookie_base_alloc(struct tcf_exts *exts, struct tcf_proto *tp, in tcf_exts_miss_cookie_base_alloc() 111 static void tcf_exts_miss_cookie_base_destroy(struct tcf_exts *exts) in tcf_exts_miss_cookie_base_destroy() 133 tcf_exts_miss_cookie_base_alloc(struct tcf_exts *exts, struct tcf_proto *tp, in tcf_exts_miss_cookie_base_alloc() 139 static void tcf_exts_miss_cookie_base_destroy(struct tcf_exts *exts) in tcf_exts_miss_cookie_base_destroy() 1679 struct tcf_exts *exts; in __tcf_classify() 3214 int tcf_exts_init_ex(struct tcf_exts *exts, struct net *net, int action, in tcf_exts_init_ex() 3255 void tcf_exts_destroy(struct tcf_exts *exts) in tcf_exts_destroy() 3270 struct nlattr *rate_tlv, struct tcf_exts *exts, in tcf_exts_validate_ex() 3325 struct nlattr *rate_tlv, struct tcf_exts *exts, in tcf_exts_validate() [all …]
|
D | cls_cgroup.c | 20 struct tcf_exts exts;
|
D | cls_basic.c | 31 struct tcf_exts exts;
|
D | cls_matchall.c | 18 struct tcf_exts exts;
|
D | cls_fw.c | 39 struct tcf_exts exts;
|
D | cls_route.c | 53 struct tcf_exts exts;
|
D | cls_bpf.c | 45 struct tcf_exts exts;
|
D | cls_flow.c | 40 struct tcf_exts exts;
|
D | cls_u32.c | 48 struct tcf_exts exts;
|
D | cls_flower.c | 118 struct tcf_exts exts; 538 static struct tcf_exts *fl_get_exts(const struct tcf_proto *tp, u32 handle) in fl_get_exts()
|
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_u32.c | 96 struct tcf_exts *exts; in fill_action_fields()
|
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 63 struct tcf_exts *exts; in tc_fill_actions()
|
D | stmmac_selftests.c | 1090 struct tcf_exts *exts; in stmmac_test_rxp()
|
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 9448 struct tcf_exts *exts, u64 *action, u8 *queue) in parse_tc_actions() 9481 struct tcf_exts *exts, u64 *action, u8 *queue) in parse_tc_actions()
|