MCPcopy Create free account
hub / github.com/apache/trafficserver / get_NetHandler

Function get_NetHandler

src/iocore/net/UnixNet.cc:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52} // end anonymous namespace
53
54NetHandler *
55get_NetHandler(EThread *t)
56{
57 return static_cast<NetHandler *>(ETHREAD_GET_PTR(t, unix_netProcessor.netHandler_offset));
58}
59
60PollCont *
61get_PollCont(EThread *t)

Callers 15

_migrateFromSSLMethod · 0.85
acceptEventMethod · 0.85
startEventMethod · 0.85
acceptEventMethod · 0.85
mainEventMethod · 0.85
populateMethod · 0.85
connectUpMethod · 0.85
net_acceptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected