netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
libxt_NFQUEUE.c File Reference
#include <stdio.h>
#include <xtables.h>
#include <linux/netfilter/xt_NFQUEUE.h>
Include dependency graph for libxt_NFQUEUE.c:

Macros

#define s   struct xt_NFQ_info
 

Enumerations

enum  {
  O_QUEUE_NUM = 0,
  O_QUEUE_BALANCE,
  O_QUEUE_BYPASS,
  O_QUEUE_CPU_FANOUT,
  F_QUEUE_NUM = 1 << O_QUEUE_NUM,
  F_QUEUE_BALANCE = 1 << O_QUEUE_BALANCE,
  F_QUEUE_CPU_FANOUT = 1 << O_QUEUE_CPU_FANOUT
}
 

Functions

void _init (void)
 

Macro Definition Documentation

#define s   struct xt_NFQ_info

Enumeration Type Documentation

anonymous enum
Enumerator
O_QUEUE_NUM 
O_QUEUE_BALANCE 
O_QUEUE_BYPASS 
O_QUEUE_CPU_FANOUT 
F_QUEUE_NUM 
F_QUEUE_BALANCE 
F_QUEUE_CPU_FANOUT 

Function Documentation

void _init ( void  )

References ARRAY_SIZE, and xtables_register_targets().

Here is the call graph for this function: