Searched refs:c_dst (Results 1 – 1 of 1) sorted by relevance
1952 struct net_pkt_cursor *c_dst = &pkt_dst->cursor; local1955 while (c_dst->buf && c_src->buf && length) {1961 if (!c_dst->buf || !c_src->buf) {1966 d_len = net_buf_max_len(c_dst->buf) - (c_dst->pos - c_dst->buf->data);1981 memcpy(c_dst->pos, c_src->pos, len);1984 net_buf_add(c_dst->buf, len);