FD.io VPP  v17.07-30-g839fa73
Vector Packet Processing
hash_lookup.h File Reference
+ Include dependency graph for hash_lookup.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void hash_acl_apply (acl_main_t *am, u32 sw_if_index, u8 is_input, int acl_index)
 
void hash_acl_unapply (acl_main_t *am, u32 sw_if_index, u8 is_input, int acl_index)
 
void hash_acl_add (acl_main_t *am, int acl_index)
 
void hash_acl_delete (acl_main_t *am, int acl_index)
 
u8 hash_multi_acl_match_5tuple (u32 sw_if_index, fa_5tuple_t *pkt_5tuple, int is_l2, int is_ip6, int is_input, u32 *acl_match_p, u32 *rule_match_p, u32 *trace_bitmap)
 
void show_hash_acl_hash (vlib_main_t *vm, acl_main_t *am, u32 verbose)
 
void acl_plugin_hash_acl_set_validate_heap (acl_main_t *am, int on)
 
void acl_plugin_hash_acl_set_trace_heap (acl_main_t *am, int on)
 

Function Documentation

void acl_plugin_hash_acl_set_trace_heap ( acl_main_t am,
int  on 
)

Definition at line 291 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void acl_plugin_hash_acl_set_validate_heap ( acl_main_t am,
int  on 
)

Definition at line 276 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void hash_acl_add ( acl_main_t am,
int  acl_index 
)

Definition at line 769 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void hash_acl_apply ( acl_main_t am,
u32  sw_if_index,
u8  is_input,
int  acl_index 
)

Definition at line 303 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void hash_acl_delete ( acl_main_t am,
int  acl_index 
)

Definition at line 826 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void hash_acl_unapply ( acl_main_t am,
u32  sw_if_index,
u8  is_input,
int  acl_index 
)

Definition at line 523 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8 hash_multi_acl_match_5tuple ( u32  sw_if_index,
fa_5tuple_t pkt_5tuple,
int  is_l2,
int  is_ip6,
int  is_input,
u32 acl_match_p,
u32 rule_match_p,
u32 trace_bitmap 
)

Definition at line 870 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void show_hash_acl_hash ( vlib_main_t vm,
acl_main_t am,
u32  verbose 
)

Definition at line 888 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: