Lines Matching +full:inactive +full:-
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2010-2011 Alexander V. Chernikov <melifaro@ipfw.ru>
5 * Copyright (c) 2004-2005 Gleb Smirnoff <glebius@FreeBSD.org>
6 * Copyright (c) 2001-2003 Roman V. Palagin <romanp@unshadow.net>
57 NGM_NETFLOW_SETDLT = 4, /* set data-link type */
59 NGM_NETFLOW_SETTIMEOUTS = 6, /* set active/inactive flow timeouts */
77 uint64_t nfinfo_inact_exp; /* inactive expiries */
85 uint32_t nfinfo_inact_t; /* flow inactive timeout */
100 { "Inactive expiries", &ng_parse_uint64_type },\
108 { "Inactive timeout", &ng_parse_uint32_type },\
136 uint32_t inactive_timeout; /* flow inactive timeout */
185 * casted to flow_entry_data. After casting, fle->r.fib is accessed.
334 { "inactive", &ng_parse_uint32_type }, \
383 /* Structure contatining fib-specific data */
430 * a new one is allocated. Before exiting thread re-attaches
452 counter_u64_t nfinfo_inact_exp; /* inactive expiries */
458 uint32_t nfinfo_inact_t; /* flow inactive timeout */
462 fib_export_p *fib_data; /* vector to per-fib data */
476 u_char flowset_records[NETFLOW_V9_MAX_FLOWSETS - 1];
479 /* Pointers to pre-compiled flowsets */
481 *v9_flowsets[NETFLOW_V9_MAX_FLOWSETS - 1];
498 #define m_pktlen(m) ((m)->m_pkthdr.len)
501 #define priv_to_fib(priv, fib) (priv)->fib_data[(fib)]