Home
last modified time | relevance | path

Searched refs:FKMASK_IDX_MAX (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dos_nexus_private.h506 #define FKMASK_IDX_MAX 7 macro
/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h593 size_t fm_flow_hash_count[FKMASK_IDX_MAX]; /* # of flows with mask */
594 uint16_t fm_flow_hash_masks[FKMASK_IDX_MAX];
H A Dflow_manager.c1090 for (uint32_t i = 0; i < FKMASK_IDX_MAX; i++) { in flow_hash_mask_add()
1149 for (int i = 0; i < FKMASK_IDX_MAX; i++) { in flow_mgr_find_fe_by_key()