Several of the functions that implement pctries have their own loops for walking down the trie searching for an exact match. Change them all to use _pctrie_lookup_node for that.
Details
Details
- Reviewers
alc markj kib - Commits
- rG44d6f4b314ad: pctrie: use one lookup function
stress2 testing has made it to kevent9.sh so far.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable