Searched refs:flow_count (Results 1 – 5 of 5) sorted by relevance
240 struct ib_uverbs_flow_spec_action_count flow_count; member
2706 if (kern_spec->flow_count.size != in kern_spec_to_ib_spec_action()2709 ib_spec->flow_count.counters = in kern_spec_to_ib_spec_action()2712 kern_spec->flow_count.handle, in kern_spec_to_ib_spec_action()2714 if (IS_ERR(ib_spec->flow_count.counters)) in kern_spec_to_ib_spec_action()2715 return PTR_ERR(ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()2716 ib_spec->flow_count.size = in kern_spec_to_ib_spec_action()2720 ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()2721 uobj_put_obj_read(ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()
206 u32 flow_count; member332 ++tun->flow_count; in tun_flow_create()343 --tun->flow_count; in tun_flow_delete()433 tun->flow_count < MAX_TAP_FLOWS) in tun_flow_update()
525 if (FIELDS_NOT_SUPPORTED(ib_spec->flow_count, in parse_flow_attr()533 action->counters = ib_spec->flow_count.counters; in parse_flow_attr()
2097 struct ib_flow_spec_action_count flow_count; member