/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
D | police.c | 23 static int police_act_validate(const struct flow_action_entry *act, in police_act_validate() 42 const struct flow_action_entry *act, in tc_act_can_offload_police() 56 fill_meter_params_from_act(const struct flow_action_entry *act, in fill_meter_params_from_act() 80 const struct flow_action_entry *act, in tc_act_parse_police() 109 const struct flow_action_entry *act, in tc_act_is_multi_table_act_police() 118 struct flow_action_entry *act) in tc_act_police_offload() 192 tc_act_police_get_branch_ctrl(const struct flow_action_entry *act, in tc_act_police_get_branch_ctrl()
|
D | mpls.c | 10 const struct flow_action_entry *act, in tc_act_can_offload_mpls_push() 28 const struct flow_action_entry *act) in copy_mpls_info() 38 const struct flow_action_entry *act, in tc_act_parse_mpls_push() 50 const struct flow_action_entry *act, in tc_act_can_offload_mpls_pop() 80 const struct flow_action_entry *act, in tc_act_parse_mpls_pop()
|
D | tun.c | 10 const struct flow_action_entry *act, in tc_act_can_offload_tun_encap() 25 const struct flow_action_entry *act, in tc_act_parse_tun_encap() 37 const struct flow_action_entry *act, in tc_act_parse_tun_decap()
|
D | ct.c | 10 const struct flow_action_entry *act, in tc_act_parse_ct() 43 const struct flow_action_entry *act, in tc_act_is_multi_table_act_ct() 53 tc_act_is_missable_ct(const struct flow_action_entry *act) in tc_act_is_missable_ct()
|
D | mirred.c | 102 const struct flow_action_entry *act, in tc_act_can_offload_mirred() 177 const struct flow_action_entry *act, in parse_mirred_encap() 207 const struct flow_action_entry *act, in parse_mirred() 284 const struct flow_action_entry *act, in parse_mirred_ovs_master() 305 const struct flow_action_entry *act, in tc_act_parse_mirred()
|
D | goto.c | 12 const struct flow_action_entry *act, in validate_goto_chain() 61 const struct flow_action_entry *act, in tc_act_can_offload_goto() 76 const struct flow_action_entry *act, in tc_act_parse_goto()
|
D | mark.c | 9 const struct flow_action_entry *act, in tc_act_can_offload_mark() 23 const struct flow_action_entry *act, in tc_act_parse_mark()
|
D | sample.c | 11 const struct flow_action_entry *act, in tc_act_parse_sample() 42 const struct flow_action_entry *act, in tc_act_is_multi_table_act_sample()
|
D | mirred_nic.c | 9 const struct flow_action_entry *act, in tc_act_can_offload_mirred_nic() 37 const struct flow_action_entry *act, in tc_act_parse_mirred_nic()
|
D | csum.c | 40 const struct flow_action_entry *act, in tc_act_can_offload_csum() 52 const struct flow_action_entry *act, in tc_act_parse_csum()
|
D | redirect_ingress.c | 9 const struct flow_action_entry *act, in tc_act_can_offload_redirect_ingress() 53 const struct flow_action_entry *act, in tc_act_parse_redirect_ingress()
|
D | vlan_mangle.c | 13 const struct flow_action_entry *act, in mlx5e_tc_act_vlan_add_rewrite_action() 55 const struct flow_action_entry *act, in tc_act_parse_vlan_mangle()
|
D | pedit.c | 47 const struct flow_action_entry *act, int namespace, in mlx5e_tc_act_pedit_parse_action() 83 const struct flow_action_entry *act, in tc_act_parse_pedit()
|
D | vlan.c | 34 const struct flow_action_entry *act, in parse_tc_vlan_action() 146 const struct flow_action_entry *act, in tc_act_parse_vlan()
|
/linux-6.6.21/include/net/tc_act/ |
D | tc_police.h | 47 static inline bool is_tcf_police(const struct tc_action *act) in is_tcf_police() 56 static inline u64 tcf_police_rate_bytes_ps(const struct tc_action *act) in tcf_police_rate_bytes_ps() 66 static inline u32 tcf_police_burst(const struct tc_action *act) in tcf_police_burst() 104 static inline u64 tcf_police_rate_pkt_ps(const struct tc_action *act) in tcf_police_rate_pkt_ps() 114 static inline u32 tcf_police_burst_pkt(const struct tc_action *act) in tcf_police_burst_pkt() 152 static inline u32 tcf_police_tcfp_mtu(const struct tc_action *act) in tcf_police_tcfp_mtu() 162 static inline u64 tcf_police_peakrate_bytes_ps(const struct tc_action *act) in tcf_police_peakrate_bytes_ps() 172 static inline u32 tcf_police_tcfp_ewma_rate(const struct tc_action *act) in tcf_police_tcfp_ewma_rate() 182 static inline u16 tcf_police_rate_overhead(const struct tc_action *act) in tcf_police_rate_overhead()
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/flower/ |
D | action.c | 33 const struct flow_action_entry *act, in nfp_fl_push_mpls() 65 const struct flow_action_entry *act) in nfp_fl_pop_mpls() 76 const struct flow_action_entry *act) in nfp_fl_set_mpls() 116 const struct flow_action_entry *act) in nfp_fl_push_vlan() 133 nfp_fl_pre_lag(struct nfp_app *app, const struct flow_action_entry *act, in nfp_fl_pre_lag() 173 const struct flow_action_entry *act, in nfp_fl_output() 268 struct flow_action_entry *act = rule->action.entries; in nfp_flower_tun_is_gre() local 285 const struct flow_action_entry *act, int act_idx) in nfp_fl_get_tun_from_act() 331 const struct flow_action_entry *act, in nfp_fl_push_geneve_options() 401 const struct flow_action_entry *act, in nfp_fl_set_tun() [all …]
|
D | conntrack.c | 60 struct flow_action_entry *act; in is_pre_ct_flow() local 92 struct flow_action_entry *act; in is_post_ct_flow() local 139 struct flow_action_entry *act; in get_mangled_key() local 545 struct flow_action_entry *act; in nfp_ct_merge_act_check() local 1458 static int nfp_nft_ct_set_flow_flag(struct flow_action_entry *act, in nfp_nft_ct_set_flow_flag() 1487 struct flow_action_entry *act; in nfp_fl_ct_add_flow() local 1737 struct flow_action_entry *act; in get_flow_act_ct() local 1754 struct flow_action_entry *act = NULL; in get_flow_act() local 1889 struct flow_action_entry *act; in nfp_fl_ct_handle_post_ct() local 2152 struct flow_action_entry *act; in nfp_fl_ct_offload_nft_supported() local
|
/linux-6.6.21/drivers/s390/scsi/ |
D | zfcp_erp.c | 57 static bool zfcp_erp_action_is_running(struct zfcp_erp_action *act) in zfcp_erp_action_is_running() 67 static void zfcp_erp_action_ready(struct zfcp_erp_action *act) in zfcp_erp_action_ready() 77 static void zfcp_erp_action_dismiss(struct zfcp_erp_action *act) in zfcp_erp_action_dismiss() 288 struct zfcp_erp_action *act; in zfcp_erp_action_enqueue() local 565 static void zfcp_erp_strategy_check_fsfreq(struct zfcp_erp_action *act) in zfcp_erp_strategy_check_fsfreq() 619 struct zfcp_erp_action *act; in zfcp_erp_timeout_handler() local 632 struct zfcp_erp_action *act = from_timer(act, t, timer); in zfcp_erp_memwait_handler() local 681 static void zfcp_erp_strategy_followup_failed(struct zfcp_erp_action *act) in zfcp_erp_strategy_followup_failed() 699 static void zfcp_erp_strategy_followup_success(struct zfcp_erp_action *act) in zfcp_erp_strategy_followup_success() 792 struct zfcp_erp_action *act) in zfcp_erp_adapter_strategy_open_fsf_xport() [all …]
|
/linux-6.6.21/drivers/net/ethernet/sfc/ |
D | tc.c | 175 struct efx_tc_action_set *act, bool in_hw) in efx_tc_free_action_set() 210 struct efx_tc_action_set *act, *next; in efx_tc_free_action_set_list() local 778 static bool efx_tc_flower_action_order_ok(const struct efx_tc_action_set *act, in efx_tc_flower_action_order_ok() 883 struct efx_tc_lhs_action *act = &rule->lhs_act; in efx_tc_flower_handle_lhs_actions() local 978 struct efx_tc_lhs_action *act) in efx_tc_flower_release_lhs_actions() 1024 struct efx_tc_action_set *act, in efx_tc_complete_mac_mangle() 1063 static int efx_tc_pedit_add(struct efx_nic *efx, struct efx_tc_action_set *act, in efx_tc_pedit_add() 1144 static int efx_tc_mangle(struct efx_nic *efx, struct efx_tc_action_set *act, in efx_tc_mangle() 1364 struct efx_tc_action_set *act = NULL; in efx_tc_flower_replace_foreign() local 1759 struct efx_tc_action_set *act = NULL; in efx_tc_flower_replace() local [all …]
|
/linux-6.6.21/net/sched/ |
D | act_bpf.c | 36 const struct tc_action *act, in tcf_bpf_act() 138 static int tcf_bpf_dump(struct sk_buff *skb, struct tc_action *act, in tcf_bpf_dump() 280 struct nlattr *est, struct tc_action **act, in tcf_bpf_init() 386 static void tcf_bpf_cleanup(struct tc_action *act) in tcf_bpf_cleanup()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_acl_flex_actions.c | 1144 char *act = mlxsw_afa_block_append_action(block, in mlxsw_afa_block_append_vlan_modify() local 1263 char *act = mlxsw_afa_block_append_action_trap(block, in mlxsw_afa_block_append_drop_plain() local 1284 char *act; in mlxsw_afa_block_append_drop_with_cookie() local 1326 char *act = mlxsw_afa_block_append_action_trap(block, in mlxsw_afa_block_append_trap() local 1341 char *act = mlxsw_afa_block_append_action_trap(block, in mlxsw_afa_block_append_trap_and_forward() local 1414 char *act = mlxsw_afa_block_append_action_trap(block, in mlxsw_afa_block_append_allocated_mirror() local 1558 char *act = mlxsw_afa_block_append_action(block, in __mlxsw_afa_block_append_qos_dsfield() local 1613 char *act = mlxsw_afa_block_append_action(block, in mlxsw_afa_block_append_qos_switch_prio() local 1672 char *act; in mlxsw_afa_block_append_fwd() local 1769 char *act = mlxsw_afa_block_append_action(block, MLXSW_AFA_POLCNT_CODE, in mlxsw_afa_block_append_allocated_counter() local [all …]
|
/linux-6.6.21/tools/perf/ui/browsers/ |
D | hists.c | 2428 do_annotate(struct hist_browser *browser, struct popup_action *act) in do_annotate() 2488 struct popup_action *act, char **optstr, in add_annotate_opt() 2512 do_zoom_thread(struct hist_browser *browser, struct popup_action *act) in do_zoom_thread() 2548 add_thread_opt(struct hist_browser *browser, struct popup_action *act, in add_thread_opt() 2599 do_zoom_dso(struct hist_browser *browser, struct popup_action *act) in do_zoom_dso() 2605 add_dso_opt(struct hist_browser *browser, struct popup_action *act, in add_dso_opt() 2627 static int add_callchain_toggle_opt(struct hist_browser *browser, struct popup_action *act, char **… in add_callchain_toggle_opt() 2645 struct popup_action *act) in do_browse_map() 2653 struct popup_action *act, char **optstr, struct map *map) in add_map_opt() 2668 struct popup_action *act) in do_run_script() [all …]
|
/linux-6.6.21/drivers/net/vmxnet3/ |
D | vmxnet3_xdp.c | 257 u32 act; in vmxnet3_run_xdp() local 333 int act; in vmxnet3_process_xdp_small() local 380 int act; in vmxnet3_process_xdp() local
|
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/ |
D | ps.c | 197 enum rtw89_p2pps_action act) in rtw89_tsf32_toggle() 212 enum rtw89_p2pps_action act; in rtw89_p2p_disable_all_noa() local 233 enum rtw89_p2pps_action act; in rtw89_p2p_update_noa() local
|
/linux-6.6.21/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_police.c | 73 const struct flow_action_entry *act, in lan966x_police_validate() 134 struct flow_action_entry *act, in lan966x_police_port_add()
|