Searched refs:sReceivingProtocolChains (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/network/stack/ |
H A D | stack.cpp | 172 static ChainTable* sReceivingProtocolChains; variable 621 chain = chain::Lookup(sReceivingProtocolChains, domain->family, in get_domain_receiving_protocol() 645 chain = chain::Lookup(sReceivingProtocolChains, domain->family, in put_domain_receiving_protocol() 727 = chain::Lookup(sReceivingProtocolChains, family, type, 0); in register_domain_receiving_protocol() 731 chain = chain::Add(sReceivingProtocolChains, family, type, 0, moduleName, in register_domain_receiving_protocol() 826 sReceivingProtocolChains = new(std::nothrow) ChainTable(); in init_stack() 827 if (sReceivingProtocolChains == NULL in init_stack() 828 || sReceivingProtocolChains->Init(10) != B_OK) { in init_stack() 894 chain::DeleteChains(sReceivingProtocolChains); in uninit_stack() 915 delete sReceivingProtocolChains; in uninit_stack()
|