Home
last modified time | relevance | path

Searched refs:tnode_full (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/net/ipv4/
Dfib_trie.c409 static inline int tnode_full(struct key_vector *tn, struct key_vector *n) in tnode_full() function
432 wasfull = tnode_full(tn, chi); in put_child()
433 isfull = tnode_full(tn, n); in put_child()
529 if (tnode_full(tn, inode)) in replace()
567 if (!tnode_full(oldtnode, inode)) { in inflate()