We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5bd56 commit ad31986Copy full SHA for ad31986
Documentation/teaching/labs/networking.rst
@@ -797,7 +797,7 @@ where:
797
* ``hook`` is the handler called when capturing a network packet (packet sent
798
as a :c:type:`struct sk_buff` structure). The ``private`` field is private information
799
handed to the handler. The capture handler prototype is defined by the
800
- :c:type:`struct nf_hookfn` type:
+ :c:type:`nf_hookfn` type:
801
802
.. code-block:: c
803
0 commit comments