Searched refs:flow_count (Results 1 – 4 of 4) sorted by relevance
240 struct ib_uverbs_flow_spec_action_count flow_count; member
2707 if (kern_spec->flow_count.size != in kern_spec_to_ib_spec_action()2710 ib_spec->flow_count.counters = in kern_spec_to_ib_spec_action()2713 kern_spec->flow_count.handle, in kern_spec_to_ib_spec_action()2715 if (IS_ERR(ib_spec->flow_count.counters)) in kern_spec_to_ib_spec_action()2716 return PTR_ERR(ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()2717 ib_spec->flow_count.size = in kern_spec_to_ib_spec_action()2721 ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()2722 uobj_put_obj_read(ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()
207 u32 flow_count; member333 ++tun->flow_count; in tun_flow_create()344 --tun->flow_count; in tun_flow_delete()434 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()
Completed in 24 milliseconds