Home
last modified time | relevance | path

Searched refs:flow_count (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/core/
Duverbs.h269 struct ib_uverbs_flow_spec_action_count flow_count; member
Duverbs_cmd.c2673 if (kern_spec->flow_count.size != in kern_spec_to_ib_spec_action()
2676 ib_spec->flow_count.counters = in kern_spec_to_ib_spec_action()
2679 kern_spec->flow_count.handle, in kern_spec_to_ib_spec_action()
2681 if (!ib_spec->flow_count.counters) in kern_spec_to_ib_spec_action()
2683 ib_spec->flow_count.size = in kern_spec_to_ib_spec_action()
2687 ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()
2688 uobj_put_obj_read(ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()
/kernel/linux/linux-5.10/drivers/net/
Dtun.c216 u32 flow_count; member
407 ++tun->flow_count; in tun_flow_create()
418 --tun->flow_count; in tun_flow_delete()
508 tun->flow_count < MAX_TAP_FLOWS) in tun_flow_update()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dfs.c536 if (FIELDS_NOT_SUPPORTED(ib_spec->flow_count, in parse_flow_attr()
544 action->counters = ib_spec->flow_count.counters; in parse_flow_attr()
/kernel/linux/linux-5.10/include/rdma/
Dib_verbs.h2056 struct ib_flow_spec_action_count flow_count; member