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

Function get_UDPNetHandler

src/iocore/net/P_UDPNet.h:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365static inline UDPNetHandler *
366get_UDPNetHandler(EThread *t)
367{
368 return static_cast<UDPNetHandler *>(ETHREAD_GET_PTR(t, udpNetInternal.udpNetHandler_offset));
369}

Callers 6

bindToThreadMethod · 0.85
sendMethod · 0.85
UDPBindMethod · 0.85
connect_reMethod · 0.85
send_packetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected