Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Duverbs.h276 struct ib_uverbs_flow_spec_action_count flow_count; member
Duverbs_cmd.c2894 if (kern_spec->flow_count.size != in kern_spec_to_ib_spec_action()
2897 ib_spec->flow_count.counters = in kern_spec_to_ib_spec_action()
2900 kern_spec->flow_count.handle, in kern_spec_to_ib_spec_action()
2902 if (!ib_spec->flow_count.counters) in kern_spec_to_ib_spec_action()
2904 ib_spec->flow_count.size = in kern_spec_to_ib_spec_action()
2908 ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()
2909 uobj_put_obj_read(ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()
/Linux-v4.19/drivers/net/
Dtun.c244 u32 flow_count; member
440 ++tun->flow_count; in tun_flow_create()
451 --tun->flow_count; in tun_flow_delete()
544 tun->flow_count < MAX_TAP_FLOWS) in tun_flow_update()
/Linux-v4.19/include/rdma/
Dib_verbs.h2075 struct ib_flow_spec_action_count flow_count; member
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c2810 if (FIELDS_NOT_SUPPORTED(ib_spec->flow_count, in parse_flow_attr()
2818 action->counters = ib_spec->flow_count.counters; in parse_flow_attr()