Searched refs:IOMbufQueue (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIOMbufQueue.h31 struct IOMbufQueue struct
47 void IOMbufQueueInit( IOMbufQueue * q, uint32_t capacity = 0 )
56 bool IOMbufQueueEnqueue( IOMbufQueue * q, mbuf_t m )
75 bool IOMbufQueueEnqueue( IOMbufQueue * q, IOMbufQueue * qe )
93 void IOMbufQueuePrepend( IOMbufQueue * q, mbuf_t m )
109 void IOMbufQueuePrepend( IOMbufQueue * q, IOMbufQueue * qp )
125 mbuf_t IOMbufQueueDequeue( IOMbufQueue * q )
139 mbuf_t IOMbufQueueDequeueAll( IOMbufQueue *
[all...]
H A DIOBasicOutputQueue.h30 struct IOMbufQueue;
69 IOMbufQueue * _inQueues;
70 IOMbufQueue * _primaryQueues;
71 IOMbufQueue * _shadowQueues;
97 virtual void output(IOMbufQueue * queue, UInt32 * state);
H A DIOGatedOutputQueue.h51 IOMbufQueue * queue,
71 virtual void output(IOMbufQueue * queue, UInt32 * state);
H A DIOPacketQueue.h34 struct IOMbufQueue;
55 IOMbufQueue * _queue; // mbuf queue
H A DIOOutputQueue.cpp37 #include "IOMbufQueue.h"
231 _primaryQueues = IONew(IOMbufQueue, priorities);
232 _shadowQueues = IONew(IOMbufQueue, priorities);
319 if(_primaryQueues) IODelete(_primaryQueues, IOMbufQueue, _priorities);
320 if(_shadowQueues) IODelete(_shadowQueues, IOMbufQueue, _priorities);
396 IOMbufQueue * outQueues = _primaryQueues;
485 void IOBasicOutputQueue::output(IOMbufQueue * queue, UInt32 * state)
918 IOMbufQueue * queue,
978 void IOGatedOutputQueue::output(IOMbufQueue * queue, UInt32 * state)
H A DIOPacketQueue.cpp33 #include "IOMbufQueue.h"
72 _queue = IONew(IOMbufQueue, 1);
115 IODelete(_queue, IOMbufQueue, 1);
H A DIONetworkInterface.h187 struct IOMbufQueue;
353 IOMbufQueue * _inputPushQueue;
414 void pushInputQueue( IOMbufQueue * queue );
1393 IOMbufQueue * queue = 0,
H A DIONetworkInterface.cpp60 #include "IOMbufQueue.h"
207 _inputPushQueue = IONew(IOMbufQueue, 1);
335 IODelete(_inputPushQueue, IOMbufQueue, 1);
726 void IONetworkInterface::pushInputQueue( IOMbufQueue * queue )
2902 IOMbufQueue queue;
2948 IOMbufQueue queue;
3019 IOMbufQueue * queue,
H A DIONetworkController.h1621 IOMbufQueue * pollQueue,
H A DIONetworkController.cpp2335 IOMbufQueue * pollQueue,

Completed in 149 milliseconds