FreeBSD Manual Pages
rte_table_lpm_ipv6_key(3) DPDK rte_table_lpm_ipv6_key(3) NAME rte_table_lpm_ipv6_key SYNOPSIS #include <rte_table_lpm_ipv6.h> Data Fields struct rte_ipv6_addr ip uint8_t depth Detailed Description LPM table rule (i.e. route), specified as IP prefix. While the key used by the lookup operation is the destination IP address (read from the input packet meta-data), the entry add and entry delete operations work with LPM rules, with each rule covering for a multitude of lookup keys (destination IP addresses) that share the same data (next hop). Definition at line 77 of file rte_table_lpm_ipv6.h. Field Documentation struct rte_ipv6_addr ip IP address Definition at line 79 of file rte_table_lpm_ipv6.h. uint8_t depth IP address depth. The most significant 'depth' bits of the IP address specify the network part of the IP address, while the rest of the bits specify the host part of the address and are ignored for the purpose of route specification. Definition at line 85 of file rte_table_lpm_ipv6.h. Author Generated automatically by Doxygen for DPDK from the source code. Version 25.11.0 Thu Jun 11 2026 rte_table_lpm_ipv6_key(3)
NAME | SYNOPSIS | Detailed Description | Field Documentation | Author
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=depth&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
