Searched refs:avl_height (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinetpeer.c61 * avl_left, avl_right, avl_parent, avl_height: pool lock
72 #define node_height(x) x->avl_height
78 .avl_height = 0
249 node->avl_height = lrh + 1; /* RH+1 or RH+2 */
252 l->avl_height = node->avl_height + 1;
259 node->avl_height = rh + 1; /* node: RH+1 */
262 l->avl_height = rh + 1; /* l: RH+1 */
265 lr->avl_height = rh + 2;
277 node->avl_height
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinetpeer.h20 __u32 avl_height; member in struct:inet_peer

Completed in 104 milliseconds