The RETURN_PACKET component of the user-provided MPCI layer is called when RTEMS needs to release a packet to the free packet buffer pool. This component should be adhere to the following prototype:
procedure User_MPCI_Return_Packet ( Packet : in RTEMS.Packet_Prefix_Pointer );
where packet is the address of a packet. If the packet cannot be successfully returned, the fatal error manager should be invoked.
Copyright © 1988-2000 OAR Corporation