Home
last modified time | relevance | path

Searched refs:tcf_exts (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/include/net/
H A Dpkt_cls.h208 struct tcf_exts { struct
222 static inline int tcf_exts_init(struct tcf_exts *exts, struct net *net, in tcf_exts_init()
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 *ds
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dpkt_cls.h62 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()
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 *ext
[all...]
H A Dsch_generic.h383 struct tcf_exts * (*get_exts)(const struct tcf_proto *tp,
/kernel/linux/linux-6.6/net/sched/
H A Dcls_api.c56 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 *ext in tcf_exts_validate()
[all...]
H A Dcls_cgroup.c20 struct tcf_exts exts;
H A Dcls_matchall.c18 struct tcf_exts exts;
H A Dcls_fw.c39 struct tcf_exts exts;
H A Dcls_basic.c31 struct tcf_exts exts;
H A Dcls_route.c53 struct tcf_exts exts;
H A Dcls_bpf.c45 struct tcf_exts exts;
H A Dcls_flow.c40 struct tcf_exts exts;
/kernel/linux/linux-5.10/net/sched/
H A Dcls_api.c3043 void tcf_exts_destroy(struct tcf_exts *exts) in tcf_exts_destroy()
3056 struct nlattr *rate_tlv, struct tcf_exts *exts, bool ovr, in tcf_exts_validate()
3107 void tcf_exts_change(struct tcf_exts *dst, struct tcf_exts *src) in tcf_exts_change()
3110 struct tcf_exts old = *dst; in tcf_exts_change()
3119 static struct tc_action *tcf_exts_first_act(struct tcf_exts *exts) in tcf_exts_first_act()
3128 int tcf_exts_dump(struct sk_buff *skb, struct tcf_exts *exts) in tcf_exts_dump()
3169 int tcf_exts_terse_dump(struct sk_buff *skb, struct tcf_exts *exts) in tcf_exts_terse_dump()
3195 int tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts) in tcf_exts_dump_stats()
3573 const struct tcf_exts *ext in tc_setup_flow_action()
[all...]
H A Dcls_cgroup.c19 struct tcf_exts exts;
H A Dcls_matchall.c17 struct tcf_exts exts;
H A Dcls_fw.c38 struct tcf_exts exts;
H A Dcls_basic.c30 struct tcf_exts exts;
H A Dcls_bpf.c44 struct tcf_exts exts;
H A Dcls_route.c52 struct tcf_exts exts;
H A Dcls_flow.c39 struct tcf_exts exts;
H A Dcls_u32.c47 struct tcf_exts exts;
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c96 struct tcf_exts *exts; in fill_action_fields()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c96 struct tcf_exts *exts; in fill_action_fields()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c63 struct tcf_exts *exts; in tc_fill_actions()
H A Dstmmac_selftests.c1090 struct tcf_exts *exts; in stmmac_test_rxp()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c63 struct tcf_exts *exts; in tc_fill_actions()

Completed in 40 milliseconds

12