Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
nf_tproxy_core.h File Reference
#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)
 

Macro Definition Documentation

#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.

Function Documentation

void nf_tproxy_assign_sock ( struct sk_buff skb,
struct sock sk 
)

Definition at line 36 of file nf_tproxy_core.c.