Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_fib6_conf(3)		      DPDK			rte_fib6_conf(3)

NAME
     rte_fib6_conf

SYNOPSIS
     #include <rte_fib6.h>

   Data Fields
     enum rte_fib6_type type
     uint64_t default_nh
     unsigned int rib_ext_sz

Detailed Description
     FIB configuration structure

     Definition at line 87 of file rte_fib6.h.

Field Documentation
   enum rte_fib6_type type
     Type of FIB struct

     Definition at line 88 of file rte_fib6.h.

   uint64_t default_nh
     Default value returned on lookup if there is no route

     Definition at line 90 of file rte_fib6.h.

   unsigned int rib_ext_sz
     Size of the node extension in the internal RIB struct

     Definition at line 93 of file rte_fib6.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026		rte_fib6_conf(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rte_fib6_conf&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help