Lines Matching refs:bucket2
663 #define lookup1_stage2_lru(pkt2_index, mbuf2, bucket2, \ argument
672 lookup_key16_cmp(key, bucket2, pos, f); \
674 pkt_mask = (bucket2->signature[pos] & 1LLU) << pkt2_index;\
677 a = (void *) &bucket2->data[pos * f->entry_size]; \
680 lru_update(bucket2, pos); \
683 #define lookup1_stage2_ext(pkt2_index, mbuf2, bucket2, pkts_mask_out, entries, \ argument
693 lookup_key16_cmp(key, bucket2, pos, f); \
695 pkt_mask = (bucket2->signature[pos] & 1LLU) << pkt2_index;\
698 a = (void *) &bucket2->data[pos * f->entry_size]; \
702 bucket_mask = (~pkt_mask) & (bucket2->next_valid << pkt2_index);\
704 bucket_next = bucket2->next; \