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

Method new_UDPPacket

src/iocore/net/UnixUDPNet.cc:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81} // end anonymous namespace
82
83UDPPacket *
84UDPPacket::new_UDPPacket()
85{
86 return udpPacketAllocator.alloc();
87}
88
89UDPPacket *
90UDPPacket::new_UDPPacket(struct sockaddr const *to, ink_hrtime when, Ptr<IOBufferBlock> &buf, uint16_t segment_size,

Callers

nothing calls this directly

Calls 3

ats_ip_copyFunction · 0.85
memcpyFunction · 0.50
allocMethod · 0.45

Tested by

no test coverage detected