net_buf_frag_add() function
Add a new fragment to the end of a chain of bufs. Append a new fragment into the buffer fragments list. Note: This function takes ownership of the fragment reference so the caller is not required to unref.
Arguments
head
Head of the fragment chain.
Return value
New head of the fragment chain. Either head (if head was non-NULL) or frag (if head was NULL).