Lines Matching +full:block +full:- +full:fetch
1 .. SPDX-License-Identifier: GPL-2.0-only
9 - ``BPF_MAP_TYPE_LPM_TRIE`` was introduced in kernel version 4.11
23 - For IPv4 addresses the data length is 4 bytes
24 - For IPv6 addresses the data length is 16 bytes
36 ----------
41 .. code-block:: c
58 .. code-block:: c
75 .. code-block:: c
84 ---------
92 .. code-block:: c
99 ``NULL``. Subsequent calls will fetch the next key that follows the
101 ``-ENOENT`` if ``cur_key`` is the last key in the trie, or negative
116 ----------
121 .. code-block:: c
141 .. code-block:: c
154 ---------
159 .. code-block:: c
174 .. code-block:: c