Home
last modified time | relevance | path

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

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