Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Duverbs_cmd.c2679 if (kern_spec->flow_count.size != in kern_spec_to_ib_spec_action()
2682 ib_spec->flow_count.counters = in kern_spec_to_ib_spec_action()
2685 kern_spec->flow_count.handle, in kern_spec_to_ib_spec_action()
2687 if (!ib_spec->flow_count.counters) in kern_spec_to_ib_spec_action()
2689 ib_spec->flow_count.size = in kern_spec_to_ib_spec_action()
2693 ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()
2694 uobj_put_obj_read(ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()
/linux/drivers/net/
H A Dtun.c207 u32 flow_count; member
397 ++tun->flow_count; in tun_flow_create()
408 --tun->flow_count; in tun_flow_delete()
498 tun->flow_count < MAX_TAP_FLOWS) in tun_flow_update()