Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dtrie_utility.c41 #define NET_TRIE_LOG(level, fmt, ...) … macro
57NET_TRIE_LOG(LOG_ERR, "NETrie - out of printable acsii range <%X>", b); …
131NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - null trie, no prefix/leaf count or no byte count", __FUNCTIO… in net_trie_init()
136NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Overflow while computing the number of nodes", __FUNCTION__); in net_trie_init()
141 NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Overflow while computing the number of maps", __FUNCTION__); in net_trie_init()
146NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Invalid bytes count (%lu), nodes count (%lu) or maps count (… in net_trie_init()
154 NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Overflow while computing trie memory sizes", __FUNCTION__); in net_trie_init()
159NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Trie memory size (%lu) is too big (maximum is %u)", __FUNCTI… in net_trie_init()
163NET_TRIE_LOG(LOG_DEBUG, "%s: NET_TRIE - initializing (Nodes count = %lu, child maps count = %lu, b… in net_trie_init()
167NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Failed to allocate %lu bytes of memory for the trie", __FUNC… in net_trie_init()
[all …]