Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_trie.c711 unsigned char slen_max; in update_suffix() local
717 slen_max = min_t(unsigned char, tn->pos + tn->bits - 1, tn->slen); in update_suffix()
736 if (slen >= slen_max) in update_suffix()
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_trie.c712 unsigned char slen_max; in update_suffix() local
718 slen_max = min_t(unsigned char, tn->pos + tn->bits - 1, tn->slen); in update_suffix()
737 if (slen >= slen_max) in update_suffix()

Completed in 9 milliseconds