Searched refs:outbuf (Results 1 – 2 of 2) sorted by relevance
392 struct xdr_buf *outbuf; member404 struct xdr_buf *outbuf = desc->outbuf; in encryptor() local414 page_pos = desc->pos - outbuf->head[0].iov_len; in encryptor()415 if (page_pos >= 0 && page_pos < outbuf->page_len) { in encryptor()417 int i = (page_pos + outbuf->page_base) >> PAGE_CACHE_SHIFT; in encryptor()475 desc.outbuf = buf; in gss_encrypt_xdr_buf()731 desc.outbuf = buf; in gss_krb5_aes_encrypt()
2251 struct sk_buff *outbuf; in tipc_link_send_duplicate() local2260 outbuf = tipc_buf_acquire(length + INT_H_SIZE); in tipc_link_send_duplicate()2261 if (outbuf == NULL) { in tipc_link_send_duplicate()2266 skb_copy_to_linear_data(outbuf, &tunnel_hdr, INT_H_SIZE); in tipc_link_send_duplicate()2267 skb_copy_to_linear_data_offset(outbuf, INT_H_SIZE, iter->data, in tipc_link_send_duplicate()2269 tipc_link_send_buf(tunnel, outbuf); in tipc_link_send_duplicate()