netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ebt_limit.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include <errno.h>
#include "../include/ebtables_u.h"
#include <linux/netfilter_bridge/ebt_limit.h>
Include dependency graph for ebt_limit.c:

Data Structures

struct  rates
 

Macros

#define EBT_LIMIT_AVG   "3/hour"
 
#define EBT_LIMIT_BURST   5
 
#define FLAG_LIMIT   0x01
 
#define FLAG_LIMIT_BURST   0x02
 
#define ARG_LIMIT   '1'
 
#define ARG_LIMIT_BURST   '2'
 

Functions

void _init (void)
 

Macro Definition Documentation

#define ARG_LIMIT   '1'
#define ARG_LIMIT_BURST   '2'
#define EBT_LIMIT_AVG   "3/hour"
#define EBT_LIMIT_BURST   5
#define FLAG_LIMIT   0x01
#define FLAG_LIMIT_BURST   0x02

Function Documentation

void _init ( void  )

References ebt_register_match().

Here is the call graph for this function: