Searched refs:maction (Results 1 – 2 of 2) sorted by relevance
154 switch (maction->ib_action.type) { in parse_flow_flow_action()162 maction->flow_action_raw.modify_hdr; in parse_flow_flow_action()2255 destroy_flow_action_raw(maction); in mlx5_ib_destroy_flow_action()2262 kfree(maction); in mlx5_ib_destroy_flow_action()3088 maction = kzalloc(sizeof(*maction), GFP_KERNEL); in mlx5_ib_create_modify_header()3089 if (!maction) in mlx5_ib_create_modify_header()3097 kfree(maction); in mlx5_ib_create_modify_header()3104 return &maction->ib_action; in mlx5_ib_create_modify_header()3267 maction = kzalloc(sizeof(*maction), GFP_KERNEL); in UVERBS_HANDLER()3268 if (!maction) in UVERBS_HANDLER()[all …]
1107 int parse_flow_flow_action(struct mlx5_ib_flow_action *maction,