Lines Matching refs:code
41 .. code-block:: c
58 .. code-block:: c
75 .. code-block:: c
92 .. code-block:: c
112 of LPM trie usage from userspace. The code snippets below demonstrate
118 The following BPF code snippet shows how to declare a new LPM trie for IPv4
121 .. code-block:: c
139 The following BPF code snippet shows how to lookup by IPv4 address:
141 .. code-block:: c
159 .. code-block:: c
174 .. code-block:: c