Home
last modified time | relevance | path

Searched refs:outlen (Results 1 – 6 of 6) sorted by relevance

/net/9p/
A Dtrans_virtio.c423 int inlen, int outlen, int in_hdr_len) in p9_virtio_zc_request() argument
440 outlen, &offs, &need_drop); in p9_virtio_zc_request()
446 if (n != outlen) { in p9_virtio_zc_request()
449 outlen = n; in p9_virtio_zc_request()
455 sz = cpu_to_le32(req->tc.size + outlen); in p9_virtio_zc_request()
487 out_pages, out_nr_pages, offs, outlen); in p9_virtio_zc_request()
/net/sunrpc/auth_gss/
A Dgss_krb5_keys.c306 u32 outlen, u32 count, struct xdr_netobj *step) in krb5_cmac_Ki() argument
308 __be32 k = cpu_to_be32(outlen * 8); in krb5_cmac_Ki()
445 u32 outlen, struct xdr_netobj *K1) in krb5_hmac_K1() argument
447 __be32 k = cpu_to_be32(outlen * 8); in krb5_hmac_K1()
/net/ipv6/
A Dseg6_hmac.c126 u8 *output, int outlen) in __do_hmac() argument
140 if (dgsize > outlen) { in __do_hmac()
142 dgsize, outlen); in __do_hmac()
A Dtcp_ao.c26 __be16 outlen; in tcp_v6_ao_calc_key() member
44 tmp->outlen = htons(tcp_ao_digest_size(mkt) * 8); /* in bits */ in tcp_v6_ao_calc_key()
/net/sctp/
A Dsm_make_chunk.c3679 __u16 outlen, inlen; in sctp_make_strreset_req() local
3681 outlen = (sizeof(outreq) + stream_len) * out; in sctp_make_strreset_req()
3684 retval = sctp_make_reconf(asoc, SCTP_PAD4(outlen) + SCTP_PAD4(inlen)); in sctp_make_strreset_req()
3688 if (outlen) { in sctp_make_strreset_req()
3690 outreq.param_hdr.length = htons(outlen); in sctp_make_strreset_req()
/net/ipv4/
A Dtcp_ao.c348 __be16 outlen; in tcp_v4_ao_calc_key() member
366 tmp->outlen = htons(tcp_ao_digest_size(mkt) * 8); /* in bits */ in tcp_v4_ao_calc_key()

Completed in 67 milliseconds