IB_FLOW_ATTR_FLAGS_DONT_TRAP
if ((cmd.flow_attr.flags & IB_FLOW_ATTR_FLAGS_DONT_TRAP) &&
if (flow_attr->flags & ~IB_FLOW_ATTR_FLAGS_DONT_TRAP)
if ((flow_attr->flags & IB_FLOW_ATTR_FLAGS_DONT_TRAP) &&
if (unlikely(flow_attr->flags & IB_FLOW_ATTR_FLAGS_DONT_TRAP)) {
if (flow_attr->flags & IB_FLOW_ATTR_FLAGS_DONT_TRAP)
~(IB_FLOW_ATTR_FLAGS_DONT_TRAP | IB_FLOW_ATTR_FLAGS_EGRESS)) {
bool dont_trap = flow_attr->flags & IB_FLOW_ATTR_FLAGS_DONT_TRAP;