Lines Matching +full:bypass +full:- +full:slot +full:- +full:no
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>
21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
57 NGM_NETFLOW_SETDLT = 4, /* set data-link type */
144 #define NG_NETFLOW_CONF_NOSRCLOOKUP 0x10 /* No radix lookup on src */
145 #define NG_NETFLOW_CONF_NODSTLOOKUP 0x20 /* No radix lookup on dst */
185 * casted to flow_entry_data. After casting, fle->r.fib is accessed.
299 TAILQ_ENTRY(flow_entry) fle_hash; /* entries in hash slot */
304 TAILQ_ENTRY(flow_entry) fle_hash; /* entries in hash slot */
370 hook_p out; /* NULL when no bypass hook */
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)]