Home
last modified time | relevance | path

Searched refs:udpPacketAllocator (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DP_UDPPacket.h58 inkcoreapi extern ClassAllocator<UDPPacketInternal> udpPacketAllocator;
81 udpPacketAllocator.free(this); in free()
167 UDPPacketInternal *p = udpPacketAllocator.alloc(); in new_UDPPacket()
181 UDPPacketInternal *p = udpPacketAllocator.alloc(); in new_incoming_UDPPacket()
196 UDPPacketInternal *p = udpPacketAllocator.alloc(); in new_UDPPacket()
H A DUnixUDPNet.cc42 inkcoreapi ClassAllocator<UDPPacketInternal> udpPacketAllocator("udpPacketAllocator"); variable
/dports/www/trafficserver/trafficserver-9.1.1/proxy/shared/
H A DUglyLogStubs.cc51 ClassAllocator<UDPPacketInternal> udpPacketAllocator("udpPacketAllocator"); variable
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/remap/unit-tests/
H A Dnexthop_test_stubs.cc232 inkcoreapi ClassAllocator<UDPPacketInternal> udpPacketAllocator("udpPacketAllocator"); variable