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

Method remove

src/iocore/net/P_UDPNet.h:246–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244
245private:
246 void
247 remove(UDPPacket *e)
248 {
249 nPackets--;
250 ink_assert(e->p.in_the_priority_queue);
251 e->p.in_the_priority_queue = 0;
252 bucket[e->p.in_heap].remove(e);
253 }
254
255public:
256 UDPPacket *

Callers 15

read_disableFunction · 0.45
write_disableFunction · 0.45
waitForActivityMethod · 0.45
forl_LLFunction · 0.45
net_read_ioMethod · 0.45
read_rescheduleFunction · 0.45
write_rescheduleFunction · 0.45
reenableMethod · 0.45
reenable_reMethod · 0.45
net_read_ioMethod · 0.45
net_write_ioMethod · 0.45
removeSessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected