Netfilter - Wikipedia
en.wikipedia.org
Netfilter represents a set of hooks inside the Linux kernel, allowing specific kernel modules to register callback functions with the kernel's networking stack.
NetFilter SDK
netfiltersdk.com
NetFilter SDK is a framework for transparent filtering the data packets transmitted via network on Windows. This is a high performance proxy-less solution, compatible with antiviruses/firewalls/other network filters.
Introduction to Netfilter | linux - Oracle Blogs
blogs.oracle.com
Netfilter is a subsystem that was introduced in the Linux 2.4 kernel that provides a framework for implementing advanced network functionalities such as packet filtering, network address translation (NAT), and connection tracking.
A Deep Dive into Iptables and Netfilter Architecture
www.digitalocean.com
The netfilter packet filtering framework and the iptables firewall are the basis for most firewall solutions on Linux servers. The netfilter kernel hooks are close enough to the networking stack to provide powerful control over packets as they are processed by the system.
netfilter/iptables project homepage - The netfilter.org project
netfilter.grn.es
netfilter is a set of hooks inside the Linux kernel that allows kernel modules to register callback functions with the network stack. A registered callback function is then called back for every packet that traverses the respective hook within the network stack.