Searched refs:NET_TRIE_LOG (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/net/ |
| H A D | trie_utility.c | 41 #define NET_TRIE_LOG(level, fmt, ...) … macro 57 …NET_TRIE_LOG(LOG_ERR, "NETrie - out of printable acsii range <%X>", b); … 131 …NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - null trie, no prefix/leaf count or no byte count", __FUNCTIO… in net_trie_init() 136 …NET_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() 146 …NET_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() 159 …NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Trie memory size (%lu) is too big (maximum is %u)", __FUNCTI… in net_trie_init() 163 …NET_TRIE_LOG(LOG_DEBUG, "%s: NET_TRIE - initializing (Nodes count = %lu, child maps count = %lu, b… in net_trie_init() 167 …NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Failed to allocate %lu bytes of memory for the trie", __FUNC… in net_trie_init() [all …]
|