lldesc_get_received_len() function
Get the received length of a linked list, until end of the link or eof.
Arguments
head
The head of the linked list.
out_next
Output of the next descriptor of the EOF descriptor. Return NULL if there's no EOF. Can be set to NULL if next descriptor is not needed.
Return value
The accumulation of the `len` field of all descriptors until EOF or the end of the link.