Home
last modified time | relevance | path

Searched refs:tbl_mask_cache_alloc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_table.c361 static struct mask_cache *tbl_mask_cache_alloc(u32 size) in tbl_mask_cache_alloc() function
403 new = tbl_mask_cache_alloc(size); in ovs_flow_tbl_masks_cache_resize()
419 mc = tbl_mask_cache_alloc(MC_DEFAULT_HASH_ENTRIES); in ovs_flow_tbl_init()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_table.c362 static struct mask_cache *tbl_mask_cache_alloc(u32 size) in tbl_mask_cache_alloc() function
404 new = tbl_mask_cache_alloc(size); in ovs_flow_tbl_masks_cache_resize()
420 mc = tbl_mask_cache_alloc(MC_DEFAULT_HASH_ENTRIES); in ovs_flow_tbl_init()

Completed in 4 milliseconds