xref: /freebsd/share/examples/kld/khelp/README (revision f7f4bd06a8d4e5d1e92d0d2905a68a2a03ed9c0c)
1
2An example Khelp module which uses the helper hook points available in the TCP
3stack to calculate a per-connection count of inbound and outbound packets when
4the connection is in the established state. The code is verbosely documented in
5an attempt to explain how everything fits together.
6