:orphan: .. index:: pair: struct; tapi_bpf_lpm_trie_key .. _doxid-structtapi__bpf__lpm__trie__key: struct tapi_bpf_lpm_trie_key ============================ .. toctree:: :hidden: Overview ~~~~~~~~ Key of a TAPI_BPF_MAP_TYPE_LPM_TRIE map entry :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_bpf_lpm_trie_key { // fields unsigned int :ref:`prefixlen`; unsigned char :ref:`data`[16]; }; .. _details-structtapi__bpf__lpm__trie__key: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Key of a TAPI_BPF_MAP_TYPE_LPM_TRIE map entry Fields ------ .. index:: pair: variable; prefixlen .. _doxid-structtapi__bpf__lpm__trie__key_1ae7eccd41edcb446c1d57268f7da48b47: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int prefixlen Address prefix length, up to 32 for AF_INET, 128 for AF_INET6 .. index:: pair: variable; data .. _doxid-structtapi__bpf__lpm__trie__key_1a24e588f5a9466f0d076399cc2795678c: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned char data[16] Buffer for address