Searched refs:maxentry (Results 1 – 2 of 2) sorted by relevance
60 le16_to_cpu((P)->header.maxentry)) || \61 (le16_to_cpu((P)->header.maxentry) > \327 p->header.maxentry) in xtSearch()374 p->header.maxentry) in xtSearch()432 p->header.maxentry) in xtSearch()472 if (p->header.nextindex == p->header.maxentry) in xtSearch()585 if (nextindex == le16_to_cpu(p->header.maxentry)) { in xtInsert()692 (le16_to_cpu(sp->header.maxentry) < XTROOTMAXSLOT) && in xtSplitUp()694 sp->header.maxentry = cpu_to_le16(XTROOTMAXSLOT); in xtSplitUp()829 if (nextindex == le16_to_cpu(sp->header.maxentry)) { in xtSplitUp()[all …]
75 __le16 maxentry; /* 2: max number of entries */ member