Searched refs:sReceivingProtocolChains (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dstack.cpp109 static hash_table* sReceivingProtocolChains; variable
621 chain = chain::Lookup(sReceivingProtocolChains, domain->family,
645 chain = chain::Lookup(sReceivingProtocolChains, domain->family,
727 = chain::Lookup(sReceivingProtocolChains, family, type, 0);
731 chain = chain::Add(sReceivingProtocolChains, family, type, 0, moduleName,
823 sReceivingProtocolChains = hash_init(10, offsetof(struct chain, next),
825 if (sReceivingProtocolChains == NULL) {
892 chain::DeleteChains(sReceivingProtocolChains);
906 hash_uninit(sReceivingProtocolChains);

Completed in 32 milliseconds