FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
hash_lookup.c File Reference
+ Include dependency graph for hash_lookup.c:

Go to the source code of this file.

Enumerations

enum  {
  DIM_SRC_ADDR = 0, DIM_DST_ADDR, DIM_SRC_PORT, DIM_DST_PORT,
  DIM_PROTO
}
 

Functions

static applied_hash_ace_entry_t ** get_applied_hash_aces (acl_main_t *am, u32 lc_index)
 
static void hashtable_add_del (acl_main_t *am, clib_bihash_kv_48_8_t *kv, int is_add)
 
static int count_bits (u64 word)
 
static u8 first_mask_contains_second_mask (int is_ip6, fa_5tuple_t *mask1, fa_5tuple_t *mask2)
 
static u32 shift_ip4_if (u32 mask, u32 thresh, int numshifts, u32 else_val)
 
static void relax_ip4_addr (ip4_address_t *ip4_mask, int relax2)
 
static void relax_ip6_addr (ip6_address_t *ip6_mask, int relax2)
 
static void relax_tuple (fa_5tuple_t *mask, int is_ip6, int relax2)
 
static u32 find_mask_type_index (acl_main_t *am, fa_5tuple_t *mask)
 
static u32 assign_mask_type_index (acl_main_t *am, fa_5tuple_t *mask)
 
static void lock_mask_type_index (acl_main_t *am, u32 mask_type_index)
 
static void release_mask_type_index (acl_main_t *am, u32 mask_type_index)
 
static u32 tm_assign_mask_type_index (acl_main_t *am, fa_5tuple_t *mask, int is_ip6, u32 lc_index)
 
static void fill_applied_hash_ace_kv (acl_main_t *am, applied_hash_ace_entry_t **applied_hash_aces, u32 lc_index, u32 new_index, clib_bihash_kv_48_8_t *kv)
 
static void add_del_hashtable_entry (acl_main_t *am, u32 lc_index, applied_hash_ace_entry_t **applied_hash_aces, u32 index, int is_add)
 
static void remake_hash_applied_mask_info_vec (acl_main_t *am, applied_hash_ace_entry_t **applied_hash_aces, u32 lc_index)
 
static void vec_del_collision_rule (collision_match_rule_t **pvec, u32 applied_entry_index)
 
static void acl_plugin_print_pae (vlib_main_t *vm, int j, applied_hash_ace_entry_t *pae)
 
static void del_colliding_rule (applied_hash_ace_entry_t **applied_hash_aces, u32 head_index, u32 applied_entry_index)
 
static void add_colliding_rule (acl_main_t *am, applied_hash_ace_entry_t **applied_hash_aces, u32 head_index, u32 applied_entry_index)
 
static u32 activate_applied_ace_hash_entry (acl_main_t *am, u32 lc_index, applied_hash_ace_entry_t **applied_hash_aces, u32 new_index)
 
static void * hash_acl_set_heap (acl_main_t *am)
 
void acl_plugin_hash_acl_set_validate_heap (int on)
 
void acl_plugin_hash_acl_set_trace_heap (int on)
 
static void assign_mask_type_index_to_pae (acl_main_t *am, u32 lc_index, int is_ip6, applied_hash_ace_entry_t *pae)
 
static void split_partition (acl_main_t *am, u32 first_index, u32 lc_index, int is_ip6)
 
static void check_collision_count_and_maybe_split (acl_main_t *am, u32 lc_index, int is_ip6, u32 first_index)
 
void hash_acl_apply (acl_main_t *am, u32 lc_index, int acl_index, u32 acl_position)
 
static u32 find_head_applied_ace_index (applied_hash_ace_entry_t **applied_hash_aces, u32 curr_index)
 
static void set_collision_head_ae_index (applied_hash_ace_entry_t **applied_hash_aces, collision_match_rule_t *colliding_rules, u32 new_index)
 
static void move_applied_ace_hash_entry (acl_main_t *am, u32 lc_index, applied_hash_ace_entry_t **applied_hash_aces, u32 old_index, u32 new_index)
 
static void deactivate_applied_ace_hash_entry (acl_main_t *am, u32 lc_index, applied_hash_ace_entry_t **applied_hash_aces, u32 old_index)
 
void hash_acl_unapply (acl_main_t *am, u32 lc_index, int acl_index)
 
void hash_acl_reapply (acl_main_t *am, u32 lc_index, int acl_index)
 
static void make_ip6_address_mask (ip6_address_t *addr, u8 prefix_len)
 
static void ip4_address_mask_from_width (ip4_address_t *a, u32 width)
 
static void make_ip4_address_mask (ip4_address_t *addr, u8 prefix_len)
 
static void make_port_mask (u16 *portmask, u16 port_first, u16 port_last)
 
static void make_mask_and_match_from_rule (fa_5tuple_t *mask, acl_rule_t *r, hash_ace_info_t *hi)
 
int hash_acl_exists (acl_main_t *am, 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)
 
void show_hash_acl_hash (vlib_main_t *vm, acl_main_t *am, u32 verbose)
 
void acl_plugin_show_tables_mask_type (void)
 
void acl_plugin_show_tables_acl_hash_info (u32 acl_index)
 
static void acl_plugin_print_colliding_rule (vlib_main_t *vm, int j, collision_match_rule_t *cr)
 
static void acl_plugin_print_applied_mask_info (vlib_main_t *vm, int j, hash_applied_mask_info_t *mi)
 
void acl_plugin_show_tables_applied_info (u32 lc_index)
 
void acl_plugin_show_tables_bihash (u32 show_bihash_verbose)
 
static void ensure_ip6_min_addr (ip6_address_t *min_addr, ip6_address_t *mask_addr)
 
static void ensure_ip6_max_addr (ip6_address_t *max_addr, ip6_address_t *mask_addr)
 
static void ensure_ip4_min_addr (ip4_address_t *min_addr, ip4_address_t *mask_addr)
 
static void ensure_ip4_max_addr (ip4_address_t *max_addr, ip4_address_t *mask_addr)
 

Enumeration Type Documentation

anonymous enum
Enumerator
DIM_SRC_ADDR 
DIM_DST_ADDR 
DIM_SRC_PORT 
DIM_DST_PORT 
DIM_PROTO 

Definition at line 1434 of file hash_lookup.c.

Function Documentation

void acl_plugin_hash_acl_set_trace_heap ( int  on)

Definition at line 635 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 ( int  on)

Definition at line 617 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void acl_plugin_print_applied_mask_info ( vlib_main_t vm,
int  j,
hash_applied_mask_info_t mi 
)
static

Definition at line 1294 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void acl_plugin_print_colliding_rule ( vlib_main_t vm,
int  j,
collision_match_rule_t cr 
)
static

Definition at line 1274 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void acl_plugin_print_pae ( vlib_main_t vm,
int  j,
applied_hash_ace_entry_t pae 
)
static

Definition at line 1281 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void acl_plugin_show_tables_acl_hash_info ( u32  acl_index)

Definition at line 1243 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void acl_plugin_show_tables_applied_info ( u32  lc_index)

Definition at line 1302 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void acl_plugin_show_tables_bihash ( u32  show_bihash_verbose)

Definition at line 1352 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void acl_plugin_show_tables_mask_type ( void  )

Definition at line 1224 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u32 activate_applied_ace_hash_entry ( acl_main_t am,
u32  lc_index,
applied_hash_ace_entry_t **  applied_hash_aces,
u32  new_index 
)
static

Definition at line 551 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void add_colliding_rule ( acl_main_t am,
applied_hash_ace_entry_t **  applied_hash_aces,
u32  head_index,
u32  applied_entry_index 
)
static

Definition at line 525 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void add_del_hashtable_entry ( acl_main_t am,
u32  lc_index,
applied_hash_ace_entry_t **  applied_hash_aces,
u32  index,
int  is_add 
)
static

Definition at line 412 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u32 assign_mask_type_index ( acl_main_t am,
fa_5tuple_t mask 
)
static

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:

static void assign_mask_type_index_to_pae ( acl_main_t am,
u32  lc_index,
int  is_ip6,
applied_hash_ace_entry_t pae 
)
static

Definition at line 650 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void check_collision_count_and_maybe_split ( acl_main_t am,
u32  lc_index,
int  is_ip6,
u32  first_index 
)
static

Definition at line 675 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int count_bits ( u64  word)
static

Definition at line 71 of file hash_lookup.c.

+ Here is the caller graph for this function:

static void deactivate_applied_ace_hash_entry ( acl_main_t am,
u32  lc_index,
applied_hash_ace_entry_t **  applied_hash_aces,
u32  old_index 
)
static

Definition at line 855 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void del_colliding_rule ( applied_hash_ace_entry_t **  applied_hash_aces,
u32  head_index,
u32  applied_entry_index 
)
static

Definition at line 506 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void ensure_ip4_max_addr ( ip4_address_t max_addr,
ip4_address_t mask_addr 
)
static

Definition at line 1425 of file hash_lookup.c.

+ Here is the caller graph for this function:

static void ensure_ip4_min_addr ( ip4_address_t min_addr,
ip4_address_t mask_addr 
)
static

Definition at line 1415 of file hash_lookup.c.

+ Here is the caller graph for this function:

static void ensure_ip6_max_addr ( ip6_address_t max_addr,
ip6_address_t mask_addr 
)
static

Definition at line 1397 of file hash_lookup.c.

+ Here is the caller graph for this function:

static void ensure_ip6_min_addr ( ip6_address_t min_addr,
ip6_address_t mask_addr 
)
static

Definition at line 1379 of file hash_lookup.c.

+ Here is the caller graph for this function:

static void fill_applied_hash_ace_kv ( acl_main_t am,
applied_hash_ace_entry_t **  applied_hash_aces,
u32  lc_index,
u32  new_index,
clib_bihash_kv_48_8_t kv 
)
static

Definition at line 380 of file hash_lookup.c.

+ Here is the caller graph for this function:

static u32 find_head_applied_ace_index ( applied_hash_ace_entry_t **  applied_hash_aces,
u32  curr_index 
)
static

Definition at line 780 of file hash_lookup.c.

+ Here is the caller graph for this function:

static u32 find_mask_type_index ( acl_main_t am,
fa_5tuple_t mask 
)
static

Definition at line 262 of file hash_lookup.c.

+ Here is the caller graph for this function:

static u8 first_mask_contains_second_mask ( int  is_ip6,
fa_5tuple_t mask1,
fa_5tuple_t mask2 
)
static

Definition at line 84 of file hash_lookup.c.

+ Here is the caller graph for this function:

static applied_hash_ace_entry_t** get_applied_hash_aces ( acl_main_t am,
u32  lc_index 
)
inlinestatic

Definition at line 36 of file hash_lookup.c.

+ Here is the caller graph for this function:

void hash_acl_add ( acl_main_t am,
int  acl_index 
)

Definition at line 1127 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  lc_index,
int  acl_index,
u32  acl_position 
)

Definition at line 685 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 1175 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int hash_acl_exists ( acl_main_t am,
int  acl_index 
)

Definition at line 1118 of file hash_lookup.c.

+ Here is the caller graph for this function:

void hash_acl_reapply ( acl_main_t am,
u32  lc_index,
int  acl_index 
)

Definition at line 990 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* hash_acl_set_heap ( acl_main_t am)
static

Definition at line 590 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  lc_index,
int  acl_index 
)

Definition at line 903 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void hashtable_add_del ( acl_main_t am,
clib_bihash_kv_48_8_t kv,
int  is_add 
)
static

Definition at line 48 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void ip4_address_mask_from_width ( ip4_address_t a,
u32  width 
)
inlinestatic

Definition at line 1022 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void lock_mask_type_index ( acl_main_t am,
u32  mask_type_index 
)
static

Definition at line 300 of file hash_lookup.c.

+ Here is the caller graph for this function:

static void make_ip4_address_mask ( ip4_address_t addr,
u8  prefix_len 
)
static

Definition at line 1038 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void make_ip6_address_mask ( ip6_address_t addr,
u8  prefix_len 
)
static

Definition at line 1014 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void make_mask_and_match_from_rule ( fa_5tuple_t mask,
acl_rule_t r,
hash_ace_info_t hi 
)
static

Definition at line 1057 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void make_port_mask ( u16 portmask,
u16  port_first,
u16  port_last 
)
static

Definition at line 1044 of file hash_lookup.c.

+ Here is the caller graph for this function:

static void move_applied_ace_hash_entry ( acl_main_t am,
u32  lc_index,
applied_hash_ace_entry_t **  applied_hash_aces,
u32  old_index,
u32  new_index 
)
static

Definition at line 800 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void relax_ip4_addr ( ip4_address_t ip4_mask,
int  relax2 
)
static

Definition at line 174 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void relax_ip6_addr ( ip6_address_t ip6_mask,
int  relax2 
)
static

Definition at line 187 of file hash_lookup.c.

+ Here is the caller graph for this function:

static void relax_tuple ( fa_5tuple_t mask,
int  is_ip6,
int  relax2 
)
static

Definition at line 205 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void release_mask_type_index ( acl_main_t am,
u32  mask_type_index 
)
static

Definition at line 310 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void remake_hash_applied_mask_info_vec ( acl_main_t am,
applied_hash_ace_entry_t **  applied_hash_aces,
u32  lc_index 
)
static

Definition at line 425 of file hash_lookup.c.

+ Here is the caller graph for this function:

static void set_collision_head_ae_index ( applied_hash_ace_entry_t **  applied_hash_aces,
collision_match_rule_t colliding_rules,
u32  new_index 
)
static

Definition at line 790 of file hash_lookup.c.

+ Here is the caller graph for this function:

static u32 shift_ip4_if ( u32  mask,
u32  thresh,
int  numshifts,
u32  else_val 
)
static

Definition at line 165 of file hash_lookup.c.

+ 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 1217 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void split_partition ( acl_main_t am,
u32  first_index,
u32  lc_index,
int  is_ip6 
)
static

Definition at line 1445 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u32 tm_assign_mask_type_index ( acl_main_t am,
fa_5tuple_t mask,
int  is_ip6,
u32  lc_index 
)
static

Definition at line 325 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vec_del_collision_rule ( collision_match_rule_t **  pvec,
u32  applied_entry_index 
)
static

Definition at line 479 of file hash_lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: