21 vtep4_key_t key4 = {.addr = ip->ip4,.fib_index = fib_index };
22 vtep6_key_t key6 = {.addr = ip->ip6,.fib_index = fib_index };
36 vtep4_key_t key4 = {.addr = ip->ip4,.fib_index = fib_index };
37 vtep6_key_t key6 = {.addr = ip->ip6,.fib_index = fib_index };
#define hash_set(h, key, value)
uword vtep_addr_ref(vtep_table_t *t, u32 fib_index, ip46_address_t *ip)
#define hash_unset(h, key)
static u8 ip46_address_is_ip4(const ip46_address_t *ip46)
#define ALWAYS_ASSERT(truth)
uword vtep_addr_unref(vtep_table_t *t, u32 fib_index, ip46_address_t *ip)
static void hash_unset_mem_free(uword **h, const void *key)
#define hash_get_mem(h, key)
static void hash_set_mem_alloc(uword **h, const void *key, uword v)