Searched refs:maction (Results 1 – 2 of 2) sorted by relevance
148 switch (maction->ib_action.type) { in parse_flow_flow_action()156 maction->flow_action_raw.modify_hdr; in parse_flow_flow_action()1712 destroy_flow_action_raw(maction); in mlx5_ib_destroy_flow_action()1719 kfree(maction); in mlx5_ib_destroy_flow_action()2231 maction = kzalloc(sizeof(*maction), GFP_KERNEL); in mlx5_ib_create_modify_header()2232 if (!maction) in mlx5_ib_create_modify_header()2240 kfree(maction); in mlx5_ib_create_modify_header()2247 return &maction->ib_action; in mlx5_ib_create_modify_header()2410 maction = kzalloc(sizeof(*maction), GFP_KERNEL); in UVERBS_HANDLER()2411 if (!maction) in UVERBS_HANDLER()[all …]
1028 int parse_flow_flow_action(struct mlx5_ib_flow_action *maction,
Completed in 14 milliseconds