Lines Matching full:flow
56 NGM_NETFLOW_SHOW = 3|NGM_READONLY|NGM_HASREPLY, /* show ip cache flow */
59 NGM_NETFLOW_SETTIMEOUTS = 6, /* set active/inactive flow timeouts */
60 NGM_NETFLOW_SETCONFIG = 7, /* set flow generation options */
61 NGM_NETFLOW_SETTEMPLATE = 8, /* set v9 flow template periodic */
85 uint32_t nfinfo_inact_t; /* flow inactive timeout */
86 uint32_t nfinfo_act_t; /* flow active timeout */
136 uint32_t inactive_timeout; /* flow inactive timeout */
137 uint32_t active_timeout; /* flow active timeout */
189 /* This is unique data, which identifies flow */
212 /* This is unique data, which identifies flow */
249 /* A flow entry which accumulates statistics */
284 * How many flow records we will transfer at once
392 uint32_t flow_seq; /* current V5 flow sequence */
393 uint32_t flow9_seq; /* current V9 flow sequence */
406 /* Structure describing our flow engine */
414 * Flow entries are allocated in uma(9) zone zone. They are
458 uint32_t nfinfo_inact_t; /* flow inactive timeout */
459 uint32_t nfinfo_act_t; /* flow active timeout */