FBQ_SIZE
for (j = 0; j < FBQ_SIZE; j++) {
if (index > FBQ_SIZE - 1)
#define FBQ_MASK (FBQ_SIZE - 1)
struct sk_buff *skb[FBQ_SIZE];