Searched refs:concat_buf (Results 1 – 2 of 2) sorted by relevance
402 if (tc6->concat_buf) { in oa_tc6_read_chunks()403 net_pkt_append_buffer(pkt, tc6->concat_buf); in oa_tc6_read_chunks()404 tc6->concat_buf = NULL; in oa_tc6_read_chunks()473 tc6->concat_buf = net_buf_clone(buf_rx, OA_TC6_BUF_ALLOC_TIMEOUT); in oa_tc6_read_chunks()474 if (!tc6->concat_buf) { in oa_tc6_read_chunks()479 net_buf_pull(tc6->concat_buf, sbo); in oa_tc6_read_chunks()
124 struct net_buf *concat_buf; member