Home
last modified time | relevance | path

Searched defs:acts (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dconntrack.h49 ovs_ct_copy_action(struct net *net, const struct nlattr *nla, const struct sw_flow_key *key, struct sw_flow_actions **acts, bool log) ovs_ct_copy_action() argument
H A Dflow_netlink.c2428 struct sw_flow_actions *acts; in reserve_sfa_size() local
H A Ddatapath.c558 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local
732 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() argument
883 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() argument
937 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local
1105 struct sw_flow_actions *acts; get_flow_actions() local
1134 ovs_nla_init_match_and_action(struct net *net, struct sw_flow_match *match, struct sw_flow_key *key, struct nlattr **a, struct sw_flow_actions **acts, bool log) ovs_nla_init_match_and_action() argument
1183 struct sw_flow_actions *old_acts = NULL, *acts = NULL; ovs_flow_cmd_set() local
[all...]
H A Dactions.c1575 ovs_execute_actions(struct datapath *dp, struct sk_buff *skb, const struct sw_flow_actions *acts, struct sw_flow_key *key) ovs_execute_actions() argument
/kernel/linux/linux-6.6/net/openvswitch/
H A Dconntrack.h50 ovs_ct_copy_action(struct net *net, const struct nlattr *nla, const struct sw_flow_key *key, struct sw_flow_actions **acts, bool log) ovs_ct_copy_action() argument
H A Dflow_netlink.c2459 struct sw_flow_actions *acts; in reserve_sfa_size() local
H A Ddatapath.c596 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local
771 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() argument
922 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() argument
976 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local
1144 struct sw_flow_actions *acts; get_flow_actions() local
1173 ovs_nla_init_match_and_action(struct net *net, struct sw_flow_match *match, struct sw_flow_key *key, struct nlattr **a, struct sw_flow_actions **acts, bool log) ovs_nla_init_match_and_action() argument
1222 struct sw_flow_actions *old_acts = NULL, *acts = NULL; ovs_flow_cmd_set() local
[all...]
H A Dactions.c1612 ovs_execute_actions(struct datapath *dp, struct sk_buff *skb, const struct sw_flow_actions *acts, struct sw_flow_key *key) ovs_execute_actions() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_act.c176 mlx5e_tc_post_act_set_handle(struct mlx5_core_dev *dev, struct mlx5e_post_act_handle *handle, struct mlx5e_tc_mod_hdr_acts *acts) mlx5e_tc_post_act_set_handle() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.c431 struct efx_tc_action_set_list *acts, *fallback; in efx_tc_update_encap() local
[all...]
H A Dtc.c206 efx_tc_free_action_set_list(struct efx_nic *efx, struct efx_tc_action_set_list *acts, bool in_hw) efx_tc_free_action_set_list() argument
2343 struct efx_tc_action_set_list *acts = &rule->acts; efx_tc_configure_default_rule() local
2417 efx_tc_configure_fallback_acts(struct efx_nic *efx, u32 eg_port, struct efx_tc_action_set_list *acts) efx_tc_configure_fallback_acts() argument
2447 struct efx_tc_action_set_list *acts = &efx->tc->facts.pf; efx_tc_configure_fallback_acts_pf() local
2456 struct efx_tc_action_set_list *acts = &efx->tc->facts.reps; efx_tc_configure_fallback_acts_reps() local
2463 efx_tc_deconfigure_fallback_acts(struct efx_nic *efx, struct efx_tc_action_set_list *acts) efx_tc_deconfigure_fallback_acts() argument
[all...]
H A Dtc.h195 struct efx_tc_action_set_list acts; member
H A Dmae.c1385 efx_mae_alloc_action_set_list(struct efx_nic *efx, struct efx_tc_action_set_list *acts) efx_mae_alloc_action_set_list() argument
1440 efx_mae_free_action_set_list(struct efx_nic *efx, struct efx_tc_action_set_list *acts) efx_mae_free_action_set_list() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c828 nfp_fl_verify_post_tun_acts(char *acts, int len, struct nfp_fl_push_vlan **vlan) in nfp_fl_verify_post_tun_acts() argument
852 nfp_fl_push_vlan_after_tun(char *acts, int len, struct nfp_fl_push_vlan *vlan) in nfp_fl_push_vlan_after_tun() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c1070 static struct actions_fwd *enetc_check_flow_actions(u64 acts, in enetc_check_flow_actions() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c1073 enetc_check_flow_actions(u64 acts, unsigned long long inputkeys) in enetc_check_flow_actions() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c826 nfp_fl_verify_post_tun_acts(char *acts, int len, struct nfp_fl_push_vlan **vlan) in nfp_fl_verify_post_tun_acts() argument
850 nfp_fl_push_vlan_after_tun(char *acts, int len, struct nfp_fl_push_vlan *vlan) in nfp_fl_push_vlan_after_tun() argument
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_hw.c3113 csio_handle_intr_status(struct csio_hw *hw, unsigned int reg, const struct intr_info *acts) csio_handle_intr_status() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_hw.c3113 csio_handle_intr_status(struct csio_hw *hw, unsigned int reg, const struct intr_info *acts) csio_handle_intr_status() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c1432 t3_handle_intr_status(struct adapter *adapter, unsigned int reg, unsigned int mask, const struct intr_info *acts, unsigned long *stats) t3_handle_intr_status() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c1367 t3_handle_intr_status(struct adapter *adapter, unsigned int reg, unsigned int mask, const struct intr_info *acts, unsigned long *stats) t3_handle_intr_status() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c4316 t4_handle_intr_status(struct adapter *adapter, unsigned int reg, const struct intr_info *acts) t4_handle_intr_status() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c4286 t4_handle_intr_status(struct adapter *adapter, unsigned int reg, const struct intr_info *acts) t4_handle_intr_status() argument
[all...]

Completed in 61 milliseconds