Lines Matching full:receive
120 * @receive: Packet receive function.
143 * layer->up->receive(layer->up, packet);
154 * receive() - Receive Function (non-blocking).
155 * Contract: Each layer must implement a receive function passing the
159 * called receive function. This means that the
161 * above layer using up->receive().
175 * @layr: Pointer to the current layer the receive function is
179 int (*receive)(struct cflayer *layr, struct cfpkt *cfpkt); member
202 * @layr: Pointer to the current layer the receive function
213 * @layr: Pointer to the current layer the receive function
225 * @layr: Pointer to the current layer the receive function