Searched refs:tc_action_ops (Results 1 – 23 of 23) sorted by relevance
/linux-6.6.21/include/net/ |
D | act_api.h | 22 struct tc_action_ops; 25 const struct tc_action_ops *ops; 106 struct tc_action_ops { struct 124 const struct tc_action_ops *, argument 145 const struct tc_action_ops *ops; argument 150 const struct tc_action_ops *ops) in tc_action_net_init() 164 void tcf_idrinfo_destroy(const struct tc_action_ops *ops, 184 const struct tc_action_ops *ops, 188 struct tc_action **a, const struct tc_action_ops *ops, 192 const struct tc_action_ops *ops, int bind, [all …]
|
/linux-6.6.21/net/sched/ |
D | act_api.c | 422 const struct tc_action_ops *ops = a->ops; in tcf_idr_release() 587 const struct tc_action_ops *ops, in tcf_del_walker() 637 const struct tc_action_ops *ops, in tcf_generic_walker() 677 const struct tc_action_ops *ops, in __tcf_generic_walker() 689 const struct tc_action_ops *ops, in __tcf_idr_search() 734 struct tc_action **a, const struct tc_action_ops *ops, in tcf_idr_create() 793 const struct tc_action_ops *ops, int bind, in tcf_idr_create_from_flags() 868 void tcf_idrinfo_destroy(const struct tc_action_ops *ops, in tcf_idrinfo_destroy() 944 int tcf_register_action(struct tc_action_ops *act, in tcf_register_action() 947 struct tc_action_ops *a; in tcf_register_action() [all …]
|
D | act_ipt.c | 29 static struct tc_action_ops act_ipt_ops; 30 static struct tc_action_ops act_xt_ops; 97 const struct tc_action_ops *ops, in __tcf_ipt_init() 374 static struct tc_action_ops act_ipt_ops = { 404 static struct tc_action_ops act_xt_ops = {
|
D | act_simple.c | 22 static struct tc_action_ops act_simp_ops; 202 static struct tc_action_ops act_simp_ops = {
|
D | act_connmark.c | 29 static struct tc_action_ops act_connmark_ops; 235 static struct tc_action_ops act_connmark_ops = {
|
D | act_skbmod.c | 23 static struct tc_action_ops act_skbmod_ops; 280 static struct tc_action_ops act_skbmod_ops = {
|
D | act_gact.c | 23 static struct tc_action_ops act_gact_ops; 287 static struct tc_action_ops act_gact_ops = {
|
D | act_nat.c | 29 static struct tc_action_ops act_nat_ops; 317 static struct tc_action_ops act_nat_ops = {
|
D | act_sample.c | 27 static struct tc_action_ops act_sample_ops; 306 static struct tc_action_ops act_sample_ops = {
|
D | act_bpf.c | 33 static struct tc_action_ops act_bpf_ops; 394 static struct tc_action_ops act_bpf_ops __read_mostly = {
|
D | act_ctinfo.c | 28 static struct tc_action_ops act_ctinfo_ops; 356 static struct tc_action_ops act_ctinfo_ops = {
|
D | act_vlan.c | 20 static struct tc_action_ops act_vlan_ops; 417 static struct tc_action_ops act_vlan_ops = {
|
D | act_mirred.c | 90 static struct tc_action_ops act_mirred_ops; 503 static struct tc_action_ops act_mirred_ops = {
|
D | act_mpls.c | 19 static struct tc_action_ops act_mpls_ops; 444 static struct tc_action_ops act_mpls_ops = {
|
D | act_skbedit.c | 24 static struct tc_action_ops act_skbedit_ops; 416 static struct tc_action_ops act_skbedit_ops = {
|
D | act_pedit.c | 28 static struct tc_action_ops act_pedit_ops; 611 static struct tc_action_ops act_pedit_ops = {
|
D | act_csum.c | 41 static struct tc_action_ops act_csum_ops; 700 static struct tc_action_ops act_csum_ops = {
|
D | act_police.c | 27 static struct tc_action_ops act_police_ops; 493 static struct tc_action_ops act_police_ops = {
|
D | act_gate.c | 19 static struct tc_action_ops act_gate_ops; 635 static struct tc_action_ops act_gate_ops = {
|
D | act_ife.c | 35 static struct tc_action_ops act_ife_ops; 882 static struct tc_action_ops act_ife_ops = {
|
D | act_tunnel_key.c | 24 static struct tc_action_ops act_tunnel_key_ops; 834 static struct tc_action_ops act_tunnel_key_ops = {
|
D | act_ct.c | 733 static struct tc_action_ops act_ct_ops; 1577 static struct tc_action_ops act_ct_ops = {
|
D | cls_api.c | 3280 struct tc_action_ops *a_o; in tcf_exts_validate_ex()
|