Lines Matching refs:offset
538 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset) in af_alg_count_tsgl() argument
556 if (offset >= sg[i].length) { in af_alg_count_tsgl()
557 offset -= sg[i].length; in af_alg_count_tsgl()
562 bytes_count = sg[i].length - offset; in af_alg_count_tsgl()
564 offset = 0; in af_alg_count_tsgl()
628 sg[i].offset + dst_offset); in af_alg_pull_tsgl()
635 sg[i].offset += plen; in af_alg_pull_tsgl()
896 PAGE_SIZE - sg->offset - sg->length); in af_alg_sendmsg()
899 sg->offset + sg->length, in af_alg_sendmsg()
905 ctx->merge = (sg->offset + sg->length) & in af_alg_sendmsg()
984 int offset, size_t size, int flags) in af_alg_sendpage() argument
1021 sg_set_page(sgl->sg + sgl->cur, page, size, offset); in af_alg_sendpage()