Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dnetflow_v9.c417 if ((time_uptime >= priv->templ_time + fe->templ_last_ts) || in get_export9_dgram()
462 priv->templ_time = NETFLOW_V9_MAX_TIME_TEMPL; in ng_netflow_v9_cache_init()
483 i->templ_time = priv->templ_time; in ng_netflow_copyv9info()
H A Dng_netflow.h179 uint16_t templ_time; /* v9 template time */ member
470 uint16_t templ_time; /* time between sending templates */ member
H A Dng_netflow.c514 priv->templ_time = set->time; in ng_netflow_rcvmsg()