Searched defs:tkey_sub_equals (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Dfib_trie.c256 static inline int tkey_sub_equals(t_key a, int offset, int bits, t_key b) function
295 call to tkey_sub_equals() in trie_insert().
966 if (tkey_sub_equals(tn->key, pos, tn->pos-pos, key)) {
1056 if (tkey_sub_equals(tn->key, pos, tn->pos-pos, key)) {

Completed in 32 milliseconds