Home
last modified time | relevance | path

Searched defs:act (Results 1 – 25 of 254) sorted by relevance

1234567891011

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpolice.c23 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()
H A Dmpls.c10 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()
H A Dct.c10 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()
H A Dtun.c10 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()
H A Dmirred.c102 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()
H A Dgoto.c12 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()
H A Dmark.c9 const struct flow_action_entry *act, in tc_act_can_offload_mark()
23 const struct flow_action_entry *act, in tc_act_parse_mark()
H A Dsample.c11 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()
H A Dmirred_nic.c9 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()
H A Dcsum.c40 const struct flow_action_entry *act, in tc_act_can_offload_csum()
52 const struct flow_action_entry *act, in tc_act_parse_csum()
H A Dredirect_ingress.c9 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()
H A Dvlan_mangle.c13 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()
H A Dpedit.c47 const struct flow_action_entry *act, int namespace, in mlx5e_tc_act_pedit_parse_action()
84 const struct flow_action_entry *act, in tc_act_parse_pedit()
/linux/include/net/tc_act/
H A Dtc_police.h47 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/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c33 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()
412 const struct flow_action_entry *act, in nfp_fl_set_tun()
[all …]
H A Dconntrack.c60 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/drivers/s390/scsi/
H A Dzfcp_erp.c57 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/drivers/net/ethernet/sfc/
H A Dtc.c175 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
783 static bool efx_tc_flower_action_order_ok(const struct efx_tc_action_set *act, in efx_tc_flower_action_order_ok()
975 struct efx_tc_lhs_action *act = &rule->lhs_act; in efx_tc_flower_handle_lhs_actions() local
1073 struct efx_tc_lhs_action *act) in efx_tc_flower_release_lhs_actions()
1119 struct efx_tc_action_set *act, in efx_tc_complete_mac_mangle()
1158 static int efx_tc_pedit_add(struct efx_nic *efx, struct efx_tc_action_set *act, in efx_tc_pedit_add()
1239 static int efx_tc_mangle(struct efx_nic *efx, struct efx_tc_action_set *act, in efx_tc_mangle()
1675 struct efx_tc_action_set *act = NULL; in efx_tc_flower_replace_foreign() local
2076 struct efx_tc_action_set *act = NULL; in efx_tc_flower_replace() local
[all …]
/linux/net/sched/
H A Dact_bpf.c36 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/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c1144 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/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c290 struct flow_action *act = &rule->action; in sparx5_tc_flower_action_check() local
703 struct flow_action_entry *act, in sparx5_tc_flower_parse_act_gate()
746 struct flow_action_entry *act, in sparx5_tc_flower_parse_act_police()
913 struct flow_action_entry *act, in sparx5_tc_action_vlan_modify()
983 struct flow_action_entry *act, in sparx5_tc_action_vlan_push()
1043 struct flow_action_entry *act) in sparx5_tc_action_mirred()
1067 struct flow_action_entry *act) in sparx5_tc_action_redirect()
1173 struct flow_action_entry *act; in sparx5_tc_flower_replace() local
/linux/tools/perf/ui/browsers/
H A Dhists.c2426 do_annotate(struct hist_browser * browser,struct popup_action * act) do_annotate() argument
2485 add_annotate_opt(struct hist_browser * browser __maybe_unused,struct popup_action * act,char ** optstr,struct map_symbol * ms,u64 addr) add_annotate_opt() argument
2509 do_zoom_thread(struct hist_browser * browser,struct popup_action * act) do_zoom_thread() argument
2545 add_thread_opt(struct hist_browser * browser,struct popup_action * act,char ** optstr,struct thread * thread) add_thread_opt() argument
2596 do_zoom_dso(struct hist_browser * browser,struct popup_action * act) do_zoom_dso() argument
2602 add_dso_opt(struct hist_browser * browser,struct popup_action * act,char ** optstr,struct map * map) add_dso_opt() argument
2624 add_callchain_toggle_opt(struct hist_browser * browser,struct popup_action * act,char ** optstr) add_callchain_toggle_opt() argument
2642 do_browse_map(struct hist_browser * browser __maybe_unused,struct popup_action * act) do_browse_map() argument
2650 add_map_opt(struct hist_browser * browser,struct popup_action * act,char ** optstr,struct map * map) add_map_opt() argument
2665 do_run_script(struct hist_browser * browser __maybe_unused,struct popup_action * act) do_run_script() argument
2710 do_res_sample_script(struct hist_browser * browser __maybe_unused,struct popup_action * act) do_res_sample_script() argument
2721 add_script_opt_2(struct hist_browser * browser __maybe_unused,struct popup_action * act,char ** optstr,struct thread * thread,struct symbol * sym,struct evsel * evsel,const char * tstr) add_script_opt_2() argument
2748 add_script_opt(struct hist_browser * browser,struct popup_action * act,char ** optstr,struct thread * thread,struct symbol * sym,struct evsel * evsel) add_script_opt() argument
2778 add_res_sample_opt(struct hist_browser * browser __maybe_unused,struct popup_action * act,char ** optstr,struct res_sample * res_sample,struct evsel * evsel,enum rstype type) add_res_sample_opt() argument
2812 add_switch_opt(struct hist_browser * browser,struct popup_action * act,char ** optstr) add_switch_opt() argument
2833 add_exit_opt(struct hist_browser * browser __maybe_unused,struct popup_action * act,char ** optstr) add_exit_opt() argument
2843 do_zoom_socket(struct hist_browser * browser,struct popup_action * act) do_zoom_socket() argument
2864 add_socket_opt(struct hist_browser * browser,struct popup_action * act,char ** optstr,int socket_id) add_socket_opt() argument
3371 struct popup_action *act; evsel__hists_browse() local
[all...]
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c257 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/tools/testing/selftests/x86/
H A Dnx_stack.c164 struct sigaction act = {}; in main() local
172 struct sigaction act = {}; in main() local
/linux/drivers/net/wireless/realtek/rtw89/
H A Dps.c201 enum rtw89_p2pps_action act) in rtw89_tsf32_toggle()
216 enum rtw89_p2pps_action act; in rtw89_p2p_disable_all_noa() local
237 enum rtw89_p2pps_action act; in rtw89_p2p_update_noa() local

1234567891011