Home
last modified time | relevance | path

Searched refs:outbuf (Results 1 – 2 of 2) sorted by relevance

/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c392 struct xdr_buf *outbuf; member
404 struct xdr_buf *outbuf = desc->outbuf; in encryptor() local
414 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()
/net/tipc/
Dlink.c2251 struct sk_buff *outbuf; in tipc_link_send_duplicate() local
2260 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()