net_buf_frags_len() function
Calculate amount of bytes stored in fragments. Calculates the total amount of data stored in the given buffer and the fragments linked to it.
Syntax
static inline size_t net_buf_frags_len(struct net_buf *buf); Arguments
buf
Buffer to start off with.
Return value
Number of bytes in the buffer and its fragments.