Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c250 priv->maxfibs = rt_numfibs; in ng_netflow_constructor()
251 priv->fib_data = malloc(sizeof(fib_export_p) * priv->maxfibs, in ng_netflow_constructor()
929 if (fib >= priv->maxfibs) { in ng_netflow_rcvdata()
932 fib, priv->maxfibs); in ng_netflow_rcvdata()
H A Dng_netflow.h464 uint16_t maxfibs; /* number of allocated fibs */ member
H A Dnetflow.c615 for (i = 0; i < priv->maxfibs; i++) { in ng_netflow_cache_flush()
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h464 uint16_t maxfibs; /* number of allocated fibs */ member