Home
last modified time | relevance | path

Searched refs:n_flows (Results 1 – 19 of 19) sorted by relevance

/dports/net-mgmt/TkTopNetFlows/TkTopNetFlows-0.4/
H A DTkTopNetFlows_lib.tcl626 set n_flows 0
638 set ::topNetFlows::arData($tstamp,$::topNetFlows::TheColors($n_flows),{$k}) $v
639 incr n_flows
642 while { $n_flows < $::topNetFlows::active_colors_no } {
643 set ::topNetFlows::arData($tstamp,$::topNetFlows::TheColors($n_flows),{}) 0
644 incr n_flows
671 set n_flows 0
684 incr n_flows
687 while { $n_flows < $::topNetFlows::active_colors_no } {
688 set ::topNetFlows::arData($tstamp,$::topNetFlows::TheColors($n_flows),{}) 0
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.h107 u16 n_flows; /* size of the flow buffer window */ member
H A Dtid_rdma.c1481 req->n_flows) in hfi1_kern_exp_rcv_setup()
1969 req->n_flows = qpriv->tid_rdma.local.max_read; in tid_rdma_rcv_read_request()
3337 priv->tid_req.n_flows = remote->max_read; in setup_tid_rdma_wqe()
3380 req->n_flows = remote->max_write; in hfi1_build_tid_rdma_write_req()
3757 req->n_flows = min_t(u16, num_segs, qpriv->tid_rdma.local.max_write); in hfi1_rc_rcv_tid_rdma_write_req()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.h107 u16 n_flows; /* size of the flow buffer window */ member
H A Dtid_rdma.c1481 req->n_flows) in hfi1_kern_exp_rcv_setup()
1969 req->n_flows = qpriv->tid_rdma.local.max_read; in tid_rdma_rcv_read_request()
3337 priv->tid_req.n_flows = remote->max_read; in setup_tid_rdma_wqe()
3380 req->n_flows = remote->max_write; in hfi1_build_tid_rdma_write_req()
3757 req->n_flows = min_t(u16, num_segs, qpriv->tid_rdma.local.max_write); in hfi1_rc_rcv_tid_rdma_write_req()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.h107 u16 n_flows; /* size of the flow buffer window */ member
H A Dtid_rdma.c1481 req->n_flows) in hfi1_kern_exp_rcv_setup()
1969 req->n_flows = qpriv->tid_rdma.local.max_read; in tid_rdma_rcv_read_request()
3337 priv->tid_req.n_flows = remote->max_read; in setup_tid_rdma_wqe()
3380 req->n_flows = remote->max_write; in hfi1_build_tid_rdma_write_req()
3757 req->n_flows = min_t(u16, num_segs, qpriv->tid_rdma.local.max_write); in hfi1_rc_rcv_tid_rdma_write_req()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dopenvswitch.h99 uint64_t n_flows; /* Number of flows present */ member
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dopenvswitch.h99 uint64_t n_flows; /* Number of flows present */ member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dopenvswitch.h104 __u64 n_flows; /* Number of flows present */ member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dopenvswitch.h104 __u64 n_flows; /* Number of flows present */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dopenvswitch.h99 uint64_t n_flows; /* Number of flows present */ member
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dsflow.h1475 uint32_t n_flows; member
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/openflow/model/
H A Dopenflow-interface.cc285 ots->active_count = htonl (stats.n_flows); in TableStatsDump()
/dports/net/sflowtool/sflowtool-5.06/src/
H A Dsflow.h1492 uint32_t n_flows; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/openvswitch/
H A Ddatapath.c683 stats->n_flows = ovs_flow_tbl_count(&dp->table); in get_dp_stats()
/dports/multimedia/libv4l/linux-5.13-rc2/net/openvswitch/
H A Ddatapath.c683 stats->n_flows = ovs_flow_tbl_count(&dp->table); in get_dp_stats()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/openvswitch/
H A Ddatapath.c683 stats->n_flows = ovs_flow_tbl_count(&dp->table); in get_dp_stats()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/coremodules/demand/
H A Dvirtualpop.py4637 n_flows = len(ids_flow)
4679 log.progress(i/n_flows*100)