Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dtrie_utility.c466 uint16_t last_matched = NULL_TRIE_IDX; in net_trie_search() local
540 last_matched = current; in net_trie_search()
553 if (last_matched != NULL_TRIE_IDX) { in net_trie_search()
556 uint16_t metadata_idex = TRIE_NODE(trie, last_matched).metadata; in net_trie_search()
558 size_t length = TRIE_NODE(trie, last_matched).metadata_length; in net_trie_search()
564 return last_matched; in net_trie_search()