Searched refs:c_op (Results 1 – 1 of 1) sorted by relevance
1832 struct net_pkt_cursor *c_op = &pkt->cursor; local1834 while (c_op->buf && length) {1839 if (c_op->buf == NULL) {1844 d_len = net_buf_max_len(c_op->buf) -1845 (c_op->pos - c_op->buf->data);1847 d_len = c_op->buf->len - (c_op->pos - c_op->buf->data);1861 memcpy(write ? c_op->pos : data,1862 write ? data : c_op->pos,1865 memset(c_op->pos, *(int *)data, len);1869 net_buf_add(c_op->buf, len);[all …]