Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_trie.c135 t_key full_children; /* KEYLENGTH bits needed */ member
341 tn_info(n)->full_children++; in empty_child_inc()
347 tn_info(n)->full_children--; in empty_child_dec()
392 tnode->full_children = 1; in tnode_new()
414 * Update the value of full_children and empty_children.
435 tn_info(tn)->full_children--; in put_child()
437 tn_info(tn)->full_children++; in put_child()
760 * in the current node. tn->full_children is the number of "full"
767 * to_be_doubled = tn->full_children;
769 * tn->full_children;
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_trie.c136 t_key full_children; /* KEYLENGTH bits needed */ member
342 tn_info(n)->full_children++; in empty_child_inc()
348 tn_info(n)->full_children--; in empty_child_dec()
393 tnode->full_children = 1; in tnode_new()
415 * Update the value of full_children and empty_children.
436 tn_info(tn)->full_children--; in put_child()
438 tn_info(tn)->full_children++; in put_child()
761 * in the current node. tn->full_children is the number of "full"
768 * to_be_doubled = tn->full_children;
770 * tn->full_children;
[all...]

Completed in 9 milliseconds