Lines Matching full:receive
118 * @receive: Packet receive function.
141 * layer->up->receive(layer->up, packet);
152 * receive() - Receive Function (non-blocking).
153 * Contract: Each layer must implement a receive function passing the
157 * called receive function. This means that the
159 * above layer using up->receive().
173 * @layr: Pointer to the current layer the receive function is
177 int (*receive)(struct cflayer *layr, struct cfpkt *cfpkt); member
200 * @layr: Pointer to the current layer the receive function
211 * @layr: Pointer to the current layer the receive function
223 * @layr: Pointer to the current layer the receive function