|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/in.h>#include <linux/skbuff.h>#include <net/sock.h>#include <net/inet_hashtables.h>#include <net/inet6_hashtables.h>#include <net/tcp.h>Go to the source code of this file.
Macros | |
| #define | NFT_LOOKUP_ANY 0 |
| #define | NFT_LOOKUP_LISTENER 1 |
| #define | NFT_LOOKUP_ESTABLISHED 2 |
Functions | |
| void | nf_tproxy_assign_sock (struct sk_buff *skb, struct sock *sk) |
| #define NFT_LOOKUP_ANY 0 |
Definition at line 12 of file nf_tproxy_core.h.
| #define NFT_LOOKUP_ESTABLISHED 2 |
Definition at line 14 of file nf_tproxy_core.h.
| #define NFT_LOOKUP_LISTENER 1 |
Definition at line 13 of file nf_tproxy_core.h.
1.8.2