The Netsukuku Project  0.0.9
An Alternative routing method
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
krnl_rule.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int rule_add (inet_prefix *from, inet_prefix *to, char *dev, int prio, u_int fwmark, u_char table)
 
int rule_del (inet_prefix *from, inet_prefix *to, char *dev, int prio, u_int fwmark, u_char table)
 
int rule_replace (inet_prefix *from, inet_prefix *to, char *dev, int prio, u_int fwmark, u_char table)
 
int rule_flush_table_range (int family, int a, int b)
 

Function Documentation

int rule_add ( inet_prefix from,
inet_prefix to,
char *  dev,
int  prio,
u_int  fwmark,
u_char  table 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int rule_del ( inet_prefix from,
inet_prefix to,
char *  dev,
int  prio,
u_int  fwmark,
u_char  table 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int rule_flush_table_range ( int  family,
int  a,
int  b 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int rule_replace ( inet_prefix from,
inet_prefix to,
char *  dev,
int  prio,
u_int  fwmark,
u_char  table 
)

Here is the call graph for this function: