Lines Matching defs:table_value
330 struct table_value { struct
331 uint32_t tag; /* O_TAG/O_TAGGED */
332 uint16_t pipe; /* O_PIPE/O_QUEUE */
333 uint16_t divert; /* O_DIVERT/O_TEE */
334 uint32_t skipto; /* skipto, CALLRET */
335 uint32_t netgraph; /* O_NETGRAPH/O_NGTEE */
336 uint16_t fib; /* O_SETFIB */
337 uint16_t nat; /* O_NAT */
338 uint32_t mark; /* O_SETMARK/O_MARK */
339 uint32_t nh4;
340 uint8_t dscp;
341 uint8_t spare0;
342 uint16_t kidx; /* value kernel index */
344 struct in6_addr nh6;
345 uint32_t limit; /* O_LIMIT */
346 uint32_t zoneid; /* scope zone id for nh6 */
347 uint64_t refcnt; /* Number of references */