Lines Matching refs:bucket2
692 #define lookup1_stage2_lru(pkt2_index, mbuf2, bucket2, \ argument
701 lookup_key32_cmp(key, bucket2, pos, f); \
703 pkt_mask = (bucket2->signature[pos] & 1LLU) << pkt2_index;\
706 a = (void *) &bucket2->data[pos * f->entry_size]; \
709 lru_update(bucket2, pos); \
712 #define lookup1_stage2_ext(pkt2_index, mbuf2, bucket2, pkts_mask_out,\ argument
722 lookup_key32_cmp(key, bucket2, pos, f); \
724 pkt_mask = (bucket2->signature[pos] & 1LLU) << pkt2_index;\
727 a = (void *) &bucket2->data[pos * f->entry_size]; \
731 bucket_mask = (~pkt_mask) & (bucket2->next_valid << pkt2_index);\
733 bucket_next = bucket2->next; \