Searched refs:iter_offset (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/net/tls/ |
A D | tls_device.c | 433 union tls_iter_offset iter_offset, in tls_push_data() argument 508 zc_pfrag.offset = iter_offset.offset; in tls_push_data() 512 iter_offset.offset += copy; in tls_push_data() 518 iter_offset.msg_iter); in tls_push_data() 598 union tls_iter_offset iter_offset; in tls_device_sendpage() local 616 iter_offset.offset = offset; in tls_device_sendpage() 617 rc = tls_push_data(sk, iter_offset, size, in tls_device_sendpage() 626 iter_offset.msg_iter = &msg_iter; in tls_device_sendpage() 627 rc = tls_push_data(sk, iter_offset, size, flags, TLS_RECORD_TYPE_DATA, in tls_device_sendpage()
|
/linux-6.3-rc2/lib/ |
A D | radix-tree.c | 201 static unsigned int iter_offset(const struct radix_tree_iter *iter) in iter_offset() function 1061 node_tag_clear(root, iter->node, tag, iter_offset(iter)); in radix_tree_iter_tag_clear()
|
Completed in 10 milliseconds