Lines Matching +full:pre +full:- +full:configurable
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 */
185 * casted to flow_entry_data. After casting, fle->r.fib is accessed.
383 /* Structure contatining fib-specific data */
430 * a new one is allocated. Before exiting thread re-attaches
462 fib_export_p *fib_data; /* vector to per-fib data */
468 * "Both options MUST be configurable by the user on the Exporter."
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)]