Lines Matching refs:bucket2
633 #define lookup1_stage2_lru(pkt2_index, mbuf2, bucket2, \ argument
642 lookup_key8_cmp(key, bucket2, pos, f); \
644 pkt_mask = ((bucket2->signature >> pos) & 1LLU) << pkt2_index;\
647 a = (void *) &bucket2->data[pos * f->entry_size]; \
650 lru_update(bucket2, pos); \
653 #define lookup1_stage2_ext(pkt2_index, mbuf2, bucket2, pkts_mask_out,\ argument
663 lookup_key8_cmp(key, bucket2, pos, f); \
665 pkt_mask = ((bucket2->signature >> pos) & 1LLU) << pkt2_index;\
668 a = (void *) &bucket2->data[pos * f->entry_size]; \
672 bucket_mask = (~pkt_mask) & (bucket2->next_valid << pkt2_index);\
674 bucket_next = bucket2->next; \