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

/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp172 static ChainTable* 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,
826 sReceivingProtocolChains = new(std::nothrow) ChainTable();
827 if (sReceivingProtocolChains == NULL
828 || sReceivingProtocolChains->Init(10) != B_OK) {
894 chain::DeleteChains(sReceivingProtocolChains);
915 delete sReceivingProtocolChains;
[all...]

Completed in 9 milliseconds