void netbuf_chain(struct netbuf *head, struct netbuf *tail);
void netbuf_chain
Chains the two netbufs head and tail together so that the data in tail will become the last fragment(s) in head. The netbuf tail is deallocated and should not be used after the call to this function.
head
tail