Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dip_flow.c38 u_int32_t flt_total_nodes; variable
59 if (config.flow_bufsz) flt_total_nodes = config.flow_bufsz / sizeof(struct ip_flow); in init_ip4_flow_handler()
60 else flt_total_nodes = DEFAULT_FLOW_BUFFER_SIZE / sizeof(struct ip_flow); in init_ip4_flow_handler()
192 if (!flt_total_nodes) { in create_flow()
216 else flt_total_nodes--; in create_flow()
253 else flt_total_nodes--; in create_flow()
308 flt_total_nodes++; in prune_old_flows()