Searched refs:concat_buf (Results 1 – 2 of 2) sorted by relevance
346 if (tc6->concat_buf) { in oa_tc6_read_chunks()347 net_pkt_append_buffer(pkt, tc6->concat_buf); in oa_tc6_read_chunks()348 tc6->concat_buf = NULL; in oa_tc6_read_chunks()417 tc6->concat_buf = net_buf_clone(buf_rx, OA_TC6_BUF_ALLOC_TIMEOUT); in oa_tc6_read_chunks()418 if (!tc6->concat_buf) { in oa_tc6_read_chunks()423 net_buf_pull(tc6->concat_buf, sbo); in oa_tc6_read_chunks()
112 struct net_buf *concat_buf; member