Lines Matching +full:common +full:- +full:account
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 */
140 #define NG_NETFLOW_CONF_INGRESS 0x01 /* Account on ingress */
141 #define NG_NETFLOW_CONF_EGRESS 0x02 /* Account on egress */
142 #define NG_NETFLOW_CONF_ONCE 0x04 /* Add tag to account only once */
143 #define NG_NETFLOW_CONF_THISONCE 0x08 /* Account once in current node */
185 * casted to flow_entry_data. After casting, fle->r.fib is accessed.
186 * So beginning of these structs up to fib should be kept common.
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 */
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)]