dst_len           181 arch/sh/kernel/io_trapped.c 				    unsigned long dst_addr, int dst_len)
dst_len           200 arch/sh/kernel/io_trapped.c 	switch (dst_len) {
dst_len           507 crypto/asymmetric_keys/asym_tpm.c 		ret = req->dst_len;
dst_len           236 crypto/asymmetric_keys/public_key.c 		ret = req->dst_len;
dst_len           182 crypto/dh.c    	ret = mpi_write_to_sgl(val, req->dst, req->dst_len, &sign);
dst_len           118 crypto/ecdh.c  	nbytes = min_t(size_t, nbytes, req->dst_len);
dst_len            76 crypto/ecrdsa.c 	unsigned int ndigits = req->dst_len / sizeof(u64);
dst_len            95 crypto/ecrdsa.c 	    req->dst_len != ctx->digest_len ||
dst_len            96 crypto/ecrdsa.c 	    req->dst_len != ctx->curve->g.ndigits * sizeof(u64) ||
dst_len            98 crypto/ecrdsa.c 	    req->dst_len * 2 != req->src_len ||
dst_len           100 crypto/ecrdsa.c 	    WARN_ON(req->dst_len > sizeof(digest)))
dst_len           107 crypto/ecrdsa.c 					    req->src_len + req->dst_len),
dst_len           108 crypto/ecrdsa.c 			   digest, req->dst_len, req->src_len);
dst_len           185 crypto/rsa-pkcs1pad.c 	len = req_ctx->child_req.dst_len;
dst_len           205 crypto/rsa-pkcs1pad.c 	req->dst_len = ctx->key_size;
dst_len           242 crypto/rsa-pkcs1pad.c 	if (req->dst_len < ctx->key_size) {
dst_len           243 crypto/rsa-pkcs1pad.c 		req->dst_len = ctx->key_size;
dst_len           267 crypto/rsa-pkcs1pad.c 				   req->dst, ctx->key_size - 1, req->dst_len);
dst_len           281 crypto/rsa-pkcs1pad.c 	unsigned int dst_len;
dst_len           289 crypto/rsa-pkcs1pad.c 	dst_len = req_ctx->child_req.dst_len;
dst_len           290 crypto/rsa-pkcs1pad.c 	if (dst_len < ctx->key_size - 1)
dst_len           294 crypto/rsa-pkcs1pad.c 	if (dst_len == ctx->key_size) {
dst_len           299 crypto/rsa-pkcs1pad.c 		dst_len--;
dst_len           306 crypto/rsa-pkcs1pad.c 	for (pos = 1; pos < dst_len; pos++)
dst_len           309 crypto/rsa-pkcs1pad.c 	if (pos < 9 || pos == dst_len)
dst_len           315 crypto/rsa-pkcs1pad.c 	if (req->dst_len < dst_len - pos)
dst_len           317 crypto/rsa-pkcs1pad.c 	req->dst_len = dst_len - pos;
dst_len           321 crypto/rsa-pkcs1pad.c 				sg_nents_for_len(req->dst, req->dst_len),
dst_len           322 crypto/rsa-pkcs1pad.c 				out_buf + pos, req->dst_len);
dst_len           398 crypto/rsa-pkcs1pad.c 	if (req->dst_len < ctx->key_size) {
dst_len           399 crypto/rsa-pkcs1pad.c 		req->dst_len = ctx->key_size;
dst_len           426 crypto/rsa-pkcs1pad.c 				   req->dst, ctx->key_size - 1, req->dst_len);
dst_len           443 crypto/rsa-pkcs1pad.c 	unsigned int dst_len;
dst_len           451 crypto/rsa-pkcs1pad.c 	dst_len = req_ctx->child_req.dst_len;
dst_len           452 crypto/rsa-pkcs1pad.c 	if (dst_len < ctx->key_size - 1)
dst_len           456 crypto/rsa-pkcs1pad.c 	if (dst_len == ctx->key_size) {
dst_len           461 crypto/rsa-pkcs1pad.c 		dst_len--;
dst_len           469 crypto/rsa-pkcs1pad.c 	for (pos = 1; pos < dst_len; pos++)
dst_len           473 crypto/rsa-pkcs1pad.c 	if (pos < 9 || pos == dst_len || out_buf[pos] != 0x00)
dst_len           487 crypto/rsa-pkcs1pad.c 	if (req->dst_len != dst_len - pos) {
dst_len           489 crypto/rsa-pkcs1pad.c 		req->dst_len = dst_len - pos;
dst_len           495 crypto/rsa-pkcs1pad.c 					    req->src_len + req->dst_len),
dst_len           497 crypto/rsa-pkcs1pad.c 			   req->dst_len, ctx->key_size);
dst_len           500 crypto/rsa-pkcs1pad.c 		   req->dst_len) != 0)
dst_len           539 crypto/rsa-pkcs1pad.c 	    WARN_ON(!req->dst_len) ||
dst_len           543 crypto/rsa-pkcs1pad.c 	req_ctx->out_buf = kmalloc(ctx->key_size + req->dst_len, GFP_KERNEL);
dst_len            79 crypto/rsa.c   	ret = mpi_write_to_sgl(c, req->dst, req->dst_len, &sign);
dst_len           118 crypto/rsa.c   	ret = mpi_write_to_sgl(m, req->dst, req->dst_len, &sign);
dst_len          3757 crypto/testmgr.c 		if (req->dst_len != c_size) {
dst_len          3806 crypto/testmgr.c 	out_len = req->dst_len;
dst_len            22 drivers/base/regmap/regcache-lzo.c 	size_t dst_len;
dst_len            49 drivers/base/regmap/regcache-lzo.c 	if (ret != LZO_E_OK || compress_size > lzo_ctx->dst_len)
dst_len            51 drivers/base/regmap/regcache-lzo.c 	lzo_ctx->dst_len = compress_size;
dst_len            57 drivers/base/regmap/regcache-lzo.c 	size_t dst_len;
dst_len            60 drivers/base/regmap/regcache-lzo.c 	dst_len = lzo_ctx->dst_len;
dst_len            62 drivers/base/regmap/regcache-lzo.c 				    lzo_ctx->dst, &dst_len);
dst_len            63 drivers/base/regmap/regcache-lzo.c 	if (ret != LZO_E_OK || dst_len != lzo_ctx->dst_len)
dst_len            73 drivers/base/regmap/regcache-lzo.c 	lzo_ctx->dst_len = lzo1x_worst_compress(PAGE_SIZE);
dst_len            74 drivers/base/regmap/regcache-lzo.c 	lzo_ctx->dst = kmalloc(lzo_ctx->dst_len, GFP_KERNEL);
dst_len            76 drivers/base/regmap/regcache-lzo.c 		lzo_ctx->dst_len = 0;
dst_len            91 drivers/base/regmap/regcache-lzo.c 	lzo_ctx->dst_len = lzo_ctx->decompressed_size;
dst_len            92 drivers/base/regmap/regcache-lzo.c 	lzo_ctx->dst = kmalloc(lzo_ctx->dst_len, GFP_KERNEL);
dst_len            94 drivers/base/regmap/regcache-lzo.c 		lzo_ctx->dst_len = 0;
dst_len           245 drivers/base/regmap/regcache-lzo.c 	tmp_dst_len = lzo_block->dst_len;
dst_len           249 drivers/base/regmap/regcache-lzo.c 	lzo_block->src_len = lzo_block->dst_len;
dst_len           260 drivers/base/regmap/regcache-lzo.c 	lzo_block->dst_len = tmp_dst_len;
dst_len           282 drivers/base/regmap/regcache-lzo.c 	tmp_dst_len = lzo_block->dst_len;
dst_len           286 drivers/base/regmap/regcache-lzo.c 	lzo_block->src_len = lzo_block->dst_len;
dst_len           303 drivers/base/regmap/regcache-lzo.c 	lzo_block->src_len = lzo_block->dst_len;
dst_len           320 drivers/base/regmap/regcache-lzo.c 	lzo_block->dst_len = tmp_dst_len;
dst_len           125 drivers/block/zram/zcomp.c 		const void *src, unsigned int *dst_len)
dst_len           141 drivers/block/zram/zcomp.c 	*dst_len = PAGE_SIZE * 2;
dst_len           145 drivers/block/zram/zcomp.c 			zstrm->buffer, dst_len);
dst_len           151 drivers/block/zram/zcomp.c 	unsigned int dst_len = PAGE_SIZE;
dst_len           155 drivers/block/zram/zcomp.c 			dst, &dst_len);
dst_len            34 drivers/block/zram/zcomp.h 		const void *src, unsigned int *dst_len);
dst_len            62 drivers/crypto/atmel-ecc.c 	n_sz = min_t(size_t, ctx->n_sz, req->dst_len);
dst_len           166 drivers/crypto/atmel-ecc.c 	nbytes = min_t(size_t, ATMEL_ECC_PUBKEY_SIZE, req->dst_len);
dst_len          1331 drivers/crypto/caam/caamalg.c 	int src_len, dst_len = 0;
dst_len          1338 drivers/crypto/caam/caamalg.c 		dst_len = src_len + (encrypt ? authsize : (-authsize));
dst_len          1347 drivers/crypto/caam/caamalg.c 		dst_nents = sg_nents_for_len(req->dst, dst_len);
dst_len          1350 drivers/crypto/caam/caamalg.c 				dst_len);
dst_len          1437 drivers/crypto/caam/caamalg.c 		sg_to_sec4_sg_last(req->dst, dst_len,
dst_len           949 drivers/crypto/caam/caamalg_qi.c 	int src_len, dst_len = 0;
dst_len           991 drivers/crypto/caam/caamalg_qi.c 		dst_len = src_len + (encrypt ? authsize : (-authsize));
dst_len          1001 drivers/crypto/caam/caamalg_qi.c 		dst_nents = sg_nents_for_len(req->dst, dst_len);
dst_len          1004 drivers/crypto/caam/caamalg_qi.c 				dst_len);
dst_len          1117 drivers/crypto/caam/caamalg_qi.c 		sg_to_qm_sg_last(req->dst, dst_len, sg_table + qm_sg_index, 0);
dst_len           361 drivers/crypto/caam/caamalg_qi2.c 	int src_len, dst_len = 0;
dst_len           379 drivers/crypto/caam/caamalg_qi2.c 		dst_len = src_len + (encrypt ? authsize : (-authsize));
dst_len           389 drivers/crypto/caam/caamalg_qi2.c 		dst_nents = sg_nents_for_len(req->dst, dst_len);
dst_len           392 drivers/crypto/caam/caamalg_qi2.c 				dst_len);
dst_len           529 drivers/crypto/caam/caamalg_qi2.c 		sg_to_qm_sg_last(req->dst, dst_len, sg_table + qm_sg_index, 0);
dst_len           569 drivers/crypto/caam/caamhash.c 			struct ahash_request *req, int dst_len)
dst_len           589 drivers/crypto/caam/caamhash.c 			struct ahash_request *req, int dst_len, u32 flag)
dst_len           597 drivers/crypto/caam/caamhash.c 	ahash_unmap(dev, edesc, req, dst_len);
dst_len           286 drivers/crypto/caam/caampkc.c 	dst_nents = sg_nents_for_len(req->dst, req->dst_len);
dst_len           328 drivers/crypto/caam/caampkc.c 		sg_to_sec4_sg_last(req->dst, req->dst_len,
dst_len           636 drivers/crypto/caam/caampkc.c 	if (req->dst_len < key->n_sz) {
dst_len           637 drivers/crypto/caam/caampkc.c 		req->dst_len = key->n_sz;
dst_len           776 drivers/crypto/caam/caampkc.c 	if (req->dst_len < key->n_sz) {
dst_len           777 drivers/crypto/caam/caampkc.c 		req->dst_len = key->n_sz;
dst_len            52 drivers/crypto/ccp/ccp-crypto-rsa.c 	req->dst_len = rctx->cmd.u.rsa.key_size >> 3;
dst_len           368 drivers/crypto/ccp/ccp-dmaengine.c 	unsigned int dst_offset, dst_len;
dst_len           388 drivers/crypto/ccp/ccp-dmaengine.c 	dst_len = sg_dma_len(dst_sg);
dst_len           406 drivers/crypto/ccp/ccp-dmaengine.c 		if (!dst_len) {
dst_len           415 drivers/crypto/ccp/ccp-dmaengine.c 			dst_len = sg_dma_len(dst_sg);
dst_len           420 drivers/crypto/ccp/ccp-dmaengine.c 		len = min(dst_len, src_len);
dst_len           453 drivers/crypto/ccp/ccp-dmaengine.c 		dst_len -= len;
dst_len           204 drivers/crypto/qat/qat_common/qat_asym_algs.c 	areq->dst_len = req->ctx.dh->p_size;
dst_len           207 drivers/crypto/qat/qat_common/qat_asym_algs.c 					 areq->dst_len, 1);
dst_len           272 drivers/crypto/qat/qat_common/qat_asym_algs.c 	if (req->dst_len < ctx->p_size) {
dst_len           273 drivers/crypto/qat/qat_common/qat_asym_algs.c 		req->dst_len = ctx->p_size;
dst_len           353 drivers/crypto/qat/qat_common/qat_asym_algs.c 	if (sg_is_last(req->dst) && req->dst_len == ctx->p_size) {
dst_len           356 drivers/crypto/qat/qat_common/qat_asym_algs.c 						   req->dst_len,
dst_len           570 drivers/crypto/qat/qat_common/qat_asym_algs.c 	areq->dst_len = req->ctx.rsa->key_sz;
dst_len           573 drivers/crypto/qat/qat_common/qat_asym_algs.c 					 areq->dst_len, 1);
dst_len           700 drivers/crypto/qat/qat_common/qat_asym_algs.c 	if (req->dst_len < ctx->key_sz) {
dst_len           701 drivers/crypto/qat/qat_common/qat_asym_algs.c 		req->dst_len = ctx->key_sz;
dst_len           749 drivers/crypto/qat/qat_common/qat_asym_algs.c 	if (sg_is_last(req->dst) && req->dst_len == ctx->key_sz) {
dst_len           752 drivers/crypto/qat/qat_common/qat_asym_algs.c 							req->dst_len,
dst_len           834 drivers/crypto/qat/qat_common/qat_asym_algs.c 	if (req->dst_len < ctx->key_sz) {
dst_len           835 drivers/crypto/qat/qat_common/qat_asym_algs.c 		req->dst_len = ctx->key_sz;
dst_len           877 drivers/crypto/qat/qat_common/qat_asym_algs.c 						   req->dst_len, DMA_TO_DEVICE);
dst_len           893 drivers/crypto/qat/qat_common/qat_asym_algs.c 	if (sg_is_last(req->dst) && req->dst_len == ctx->key_sz) {
dst_len           896 drivers/crypto/qat/qat_common/qat_asym_algs.c 						    req->dst_len,
dst_len          1334 drivers/crypto/talitos.c 	int src_nents, dst_nents, alloc_len, dma_len, src_len, dst_len;
dst_len          1356 drivers/crypto/talitos.c 		dst_len = 0;
dst_len          1365 drivers/crypto/talitos.c 		dst_len = assoclen + cryptlen + (encrypt ? authsize : 0);
dst_len          1366 drivers/crypto/talitos.c 		dst_nents = sg_nents_for_len(dst, dst_len);
dst_len          1383 drivers/crypto/talitos.c 				  (dst_nents ? dst_len : 0) + authsize;
dst_len           356 drivers/crypto/virtio/virtio_crypto_algs.c 	u64 dst_len;
dst_len           406 drivers/crypto/virtio/virtio_crypto_algs.c 	dst_len = virtio_crypto_alg_sg_nents_length(req->dst);
dst_len           407 drivers/crypto/virtio/virtio_crypto_algs.c 	if (unlikely(dst_len > U32_MAX)) {
dst_len           413 drivers/crypto/virtio/virtio_crypto_algs.c 	dst_len = min_t(unsigned int, req->nbytes, dst_len);
dst_len           415 drivers/crypto/virtio/virtio_crypto_algs.c 			req->nbytes, dst_len);
dst_len           417 drivers/crypto/virtio/virtio_crypto_algs.c 	if (unlikely(req->nbytes + dst_len + ivsize +
dst_len           425 drivers/crypto/virtio/virtio_crypto_algs.c 			cpu_to_le32((uint32_t)dst_len);
dst_len           154 drivers/gpu/drm/drm_format_helper.c 	size_t dst_len = linepixels * sizeof(u16);
dst_len           171 drivers/gpu/drm/drm_format_helper.c 		dst += dst_len;
dst_len           198 drivers/gpu/drm/drm_format_helper.c 	size_t dst_len = linepixels * sizeof(u16);
dst_len           202 drivers/gpu/drm/drm_format_helper.c 	dbuf = kmalloc(dst_len, GFP_KERNEL);
dst_len           210 drivers/gpu/drm/drm_format_helper.c 		memcpy_toio(dst, dbuf, dst_len);
dst_len           212 drivers/gpu/drm/drm_format_helper.c 		dst += dst_len;
dst_len           250 drivers/gpu/drm/drm_format_helper.c 	size_t dst_len = linepixels * 3;
dst_len           254 drivers/gpu/drm/drm_format_helper.c 	dbuf = kmalloc(dst_len, GFP_KERNEL);
dst_len           262 drivers/gpu/drm/drm_format_helper.c 		memcpy_toio(dst, dbuf, dst_len);
dst_len           264 drivers/gpu/drm/drm_format_helper.c 		dst += dst_len;
dst_len            60 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c static void __init omapdss_prefix_strcpy(char *dst, int dst_len,
dst_len           175 drivers/media/dvb-frontends/rtl2832_sdr.c 	unsigned int dst_len;
dst_len           180 drivers/media/dvb-frontends/rtl2832_sdr.c 		dst_len = src_len;
dst_len           188 drivers/media/dvb-frontends/rtl2832_sdr.c 		dst_len = 2 * src_len;
dst_len           190 drivers/media/dvb-frontends/rtl2832_sdr.c 		dst_len = 0;
dst_len           210 drivers/media/dvb-frontends/rtl2832_sdr.c 	return dst_len;
dst_len           234 drivers/media/usb/airspy/airspy.c 	unsigned int dst_len;
dst_len           238 drivers/media/usb/airspy/airspy.c 		dst_len = src_len;
dst_len           240 drivers/media/usb/airspy/airspy.c 		dst_len = 0;
dst_len           260 drivers/media/usb/airspy/airspy.c 	return dst_len;
dst_len           245 drivers/media/usb/msi2500/msi2500.c 	unsigned int i, j, transactions, dst_len = 0;
dst_len           281 drivers/media/usb/msi2500/msi2500.c 			dst_len += 1008;
dst_len           303 drivers/media/usb/msi2500/msi2500.c 			dst_len += 1008;
dst_len           313 drivers/media/usb/msi2500/msi2500.c 			dst_len += 984;
dst_len           320 drivers/media/usb/msi2500/msi2500.c 			dst_len += 1008;
dst_len           327 drivers/media/usb/msi2500/msi2500.c 			dst_len += 1008;
dst_len           334 drivers/media/usb/msi2500/msi2500.c 			dst_len += 1008;
dst_len           356 drivers/media/usb/msi2500/msi2500.c 	return dst_len;
dst_len          1235 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 	u32 dst_len, sect_len, offset = 0;
dst_len          1270 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 			dst_len = hw->blk[block_id].xlt1.count *
dst_len          1283 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 			dst_len = hw->blk[block_id].xlt2.count *
dst_len          1296 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 			dst_len = hw->blk[block_id].prof.count *
dst_len          1309 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 			dst_len = hw->blk[block_id].prof_redir.count *
dst_len          1323 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 			dst_len = (u32)(hw->blk[block_id].es.count *
dst_len          1334 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		if (offset > dst_len)
dst_len          1342 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		if ((offset + sect_len) > dst_len)
dst_len          1343 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 			sect_len = dst_len - offset;
dst_len          4449 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 					    fen_info->dst_len);
dst_len          4873 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 					 fen_info->dst_len,
dst_len          2268 drivers/net/ethernet/rocker/rocker_ofdpa.c 			       int dst_len, struct fib_info *fi, u32 tb_id,
dst_len          2273 drivers/net/ethernet/rocker/rocker_ofdpa.c 	__be32 dst_mask = inet_make_mask(dst_len);
dst_len          2747 drivers/net/ethernet/rocker/rocker_ofdpa.c 				  fen_info->dst_len, fen_info->fi,
dst_len          2770 drivers/net/ethernet/rocker/rocker_ofdpa.c 				   fen_info->dst_len, fen_info->fi,
dst_len           130 drivers/staging/rtl8723bs/include/osdep_service_linux.h static inline void rtw_merge_string(char *dst, int dst_len, char *src1, char *src2)
dst_len           133 drivers/staging/rtl8723bs/include/osdep_service_linux.h 	len += snprintf(dst+len, dst_len - len, "%s", src1);
dst_len           134 drivers/staging/rtl8723bs/include/osdep_service_linux.h 	len += snprintf(dst+len, dst_len - len, "%s", src2);
dst_len            60 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c static void __init omapdss_prefix_strcpy(char *dst, int dst_len,
dst_len          5802 fs/btrfs/extent_io.c 	u64 dst_len = dst->len;
dst_len          5810 fs/btrfs/extent_io.c 	WARN_ON(src->len != dst_len);
dst_len          1310 fs/ntfs/runlist.c 		const int dst_len, const runlist_element *rl,
dst_len          1322 fs/ntfs/runlist.c 	BUG_ON(dst_len < 1);
dst_len          1342 fs/ntfs/runlist.c 	dst_max = dst + dst_len - 1;
dst_len            77 fs/ntfs/runlist.h 		const int dst_len, const runlist_element *rl,
dst_len            38 include/crypto/akcipher.h 	unsigned int dst_len;
dst_len           250 include/crypto/akcipher.h 					      unsigned int dst_len)
dst_len           255 include/crypto/akcipher.h 	req->dst_len = dst_len;
dst_len            32 include/crypto/kpp.h 	unsigned int dst_len;
dst_len           245 include/crypto/kpp.h 	req->dst_len = output_len;
dst_len            25 include/linux/lzo.h 		     unsigned char *dst, size_t *dst_len, void *wrkmem);
dst_len            29 include/linux/lzo.h 		     unsigned char *dst, size_t *dst_len, void *wrkmem);
dst_len            33 include/linux/lzo.h 			  unsigned char *dst, size_t *dst_len);
dst_len           417 include/net/ip6_fib.h 			      const struct in6_addr *daddr, int dst_len,
dst_len           210 include/net/ip_fib.h 	int dst_len;
dst_len            21 include/uapi/linux/fib_rules.h 	__u8		dst_len;
dst_len          1207 kernel/bpf/cgroup.c static int copy_sysctl_value(char *dst, size_t dst_len, char *src,
dst_len          1213 kernel/bpf/cgroup.c 	if (!dst_len)
dst_len          1217 kernel/bpf/cgroup.c 		memset(dst, 0, dst_len);
dst_len          1221 kernel/bpf/cgroup.c 	memcpy(dst, src, min(dst_len, src_len));
dst_len          1223 kernel/bpf/cgroup.c 	if (dst_len > src_len) {
dst_len          1224 kernel/bpf/cgroup.c 		memset(dst + src_len, '\0', dst_len - src_len);
dst_len          1228 kernel/bpf/cgroup.c 	dst[dst_len - 1] = '\0';
dst_len           106 lib/decompress_unlzo.c 	u32 src_len, dst_len;
dst_len           182 lib/decompress_unlzo.c 		dst_len = get_unaligned_be32(in_buf);
dst_len           187 lib/decompress_unlzo.c 		if (dst_len == 0) {
dst_len           193 lib/decompress_unlzo.c 		if (dst_len > LZO_BLOCK_SIZE) {
dst_len           212 lib/decompress_unlzo.c 		if (src_len <= 0 || src_len > dst_len) {
dst_len           227 lib/decompress_unlzo.c 		tmp = dst_len;
dst_len           232 lib/decompress_unlzo.c 		if (unlikely(dst_len == src_len))
dst_len           238 lib/decompress_unlzo.c 			if (r != LZO_E_OK || dst_len != tmp) {
dst_len           244 lib/decompress_unlzo.c 		if (flush && flush(out_buf, dst_len) != dst_len)
dst_len           247 lib/decompress_unlzo.c 			out_buf += dst_len;
dst_len           506 net/core/fib_rules.c 	if (frh->dst_len)
dst_len           508 net/core/fib_rules.c 		    frh->dst_len > (ops->addr_size * 8) ||
dst_len          1076 net/core/fib_rules.c 	if (frh->dst_len || frh->src_len || frh->tos || frh->table ||
dst_len           559 net/decnet/dn_fib.c static void fib_magic(int cmd, int type, __le16 dst, int dst_len, struct dn_ifaddr *ifa)
dst_len           606 net/decnet/dn_fib.c 	req.rtm.rtm_dst_len = dst_len;
dst_len            43 net/decnet/dn_rules.c 	unsigned char		dst_len;
dst_len           152 net/decnet/dn_rules.c 	if (frh->dst_len)
dst_len           157 net/decnet/dn_rules.c 	r->dst_len = frh->dst_len;
dst_len           158 net/decnet/dn_rules.c 	r->dstmask = dnet_make_mask(r->dst_len);
dst_len           172 net/decnet/dn_rules.c 	if (frh->dst_len && (r->dst_len != frh->dst_len))
dst_len           178 net/decnet/dn_rules.c 	if (frh->dst_len && (r->dst != nla_get_le16(tb[FRA_DST])))
dst_len           207 net/decnet/dn_rules.c 	frh->dst_len = r->dst_len;
dst_len           211 net/decnet/dn_rules.c 	if ((r->dst_len &&
dst_len           302 net/decnet/dn_table.c 			u32 tb_id, u8 type, u8 scope, void *dst, int dst_len,
dst_len           314 net/decnet/dn_table.c 	rtm->rtm_dst_len = dst_len;
dst_len          1059 net/ipv4/fib_frontend.c static void fib_magic(int cmd, int type, __be32 dst, int dst_len,
dst_len          1069 net/ipv4/fib_frontend.c 		.fc_dst_len = dst_len,
dst_len            39 net/ipv4/fib_lookup.h 		  u8 type, __be32 dst, int dst_len, u8 tos, struct fib_info *fi,
dst_len            41 net/ipv4/fib_lookup.h void rtmsg_fib(int event, __be32 key, struct fib_alias *fa, int dst_len,
dst_len            35 net/ipv4/fib_rules.c 	u8			dst_len;
dst_len            51 net/ipv4/fib_rules.c 	if (r->dst_len || r->src_len || r->tos)
dst_len           254 net/ipv4/fib_rules.c 	if (frh->dst_len)
dst_len           270 net/ipv4/fib_rules.c 	rule4->dst_len = frh->dst_len;
dst_len           271 net/ipv4/fib_rules.c 	rule4->dstmask = inet_make_mask(rule4->dst_len);
dst_len           312 net/ipv4/fib_rules.c 	if (frh->dst_len && (rule4->dst_len != frh->dst_len))
dst_len           326 net/ipv4/fib_rules.c 	if (frh->dst_len && (rule4->dst != nla_get_in_addr(tb[FRA_DST])))
dst_len           337 net/ipv4/fib_rules.c 	frh->dst_len = rule4->dst_len;
dst_len           341 net/ipv4/fib_rules.c 	if ((rule4->dst_len &&
dst_len           504 net/ipv4/fib_semantics.c 	       int dst_len, u32 tb_id, const struct nl_info *info,
dst_len           516 net/ipv4/fib_semantics.c 			    fa->fa_type, key, dst_len,
dst_len          1728 net/ipv4/fib_semantics.c 		  u32 tb_id, u8 type, __be32 dst, int dst_len, u8 tos,
dst_len          1741 net/ipv4/fib_semantics.c 	rtm->rtm_dst_len = dst_len;
dst_len            79 net/ipv4/fib_trie.c 				   int dst_len, struct fib_alias *fa)
dst_len            83 net/ipv4/fib_trie.c 		.dst_len = dst_len,
dst_len            94 net/ipv4/fib_trie.c 				    int dst_len, struct fib_alias *fa,
dst_len           100 net/ipv4/fib_trie.c 		.dst_len = dst_len,
dst_len           216 net/ipv4/ipmr.c 	frh->dst_len = 0;
dst_len           363 net/ipv6/fib6_rules.c 	if (frh->dst_len)
dst_len           367 net/ipv6/fib6_rules.c 	rule6->dst.plen = frh->dst_len;
dst_len           398 net/ipv6/fib6_rules.c 	if (frh->dst_len && (rule6->dst.plen != frh->dst_len))
dst_len           408 net/ipv6/fib6_rules.c 	if (frh->dst_len &&
dst_len           420 net/ipv6/fib6_rules.c 	frh->dst_len = rule6->dst.plen;
dst_len          1636 net/ipv6/ip6_fib.c 			      const struct in6_addr *daddr, int dst_len,
dst_len          1642 net/ipv6/ip6_fib.c 	fn = fib6_locate_1(root, daddr, dst_len,
dst_len           203 net/ipv6/ip6mr.c 	frh->dst_len = 0;
dst_len            68 net/sched/act_tunnel_key.c tunnel_key_copy_geneve_opt(const struct nlattr *nla, void *dst, int dst_len,
dst_len           103 net/sched/act_tunnel_key.c 		WARN_ON(dst_len < opt_len);
dst_len           120 net/sched/act_tunnel_key.c 				int dst_len, struct netlink_ext_ack *extack)
dst_len           134 net/sched/act_tunnel_key.c 							     dst_len, extack);
dst_len           143 net/sched/act_tunnel_key.c 				dst_len -= opt_len;
dst_len           311 net/smc/smc_tx.c 			       size_t dst_off, size_t dst_len,
dst_len           316 net/smc/smc_tx.c 	int src_len_sum = src_len, dst_len_sum = dst_len;
dst_len           336 net/smc/smc_tx.c 			if (src_len_sum == dst_len)
dst_len           339 net/smc/smc_tx.c 			src_len = dst_len - src_len; /* remainder */
dst_len           350 net/smc/smc_tx.c 		dst_len = len - dst_len; /* remainder */
dst_len           351 net/smc/smc_tx.c 		dst_len_sum += dst_len;
dst_len           352 net/smc/smc_tx.c 		src_len = min_t(int, dst_len, conn->sndbuf_desc->len -
dst_len           362 net/smc/smc_tx.c 			       size_t dst_off, size_t dst_len)
dst_len           364 net/smc/smc_tx.c 	int src_len_sum = src_len, dst_len_sum = dst_len;
dst_len           381 net/smc/smc_tx.c 			if (src_len_sum == dst_len)
dst_len           384 net/smc/smc_tx.c 			src_len = dst_len - src_len; /* remainder */
dst_len           391 net/smc/smc_tx.c 		dst_len = len - dst_len; /* remainder */
dst_len           392 net/smc/smc_tx.c 		dst_len_sum += dst_len;
dst_len           393 net/smc/smc_tx.c 		src_len = min_t(int, dst_len, conn->sndbuf_desc->len - src_off);
dst_len           405 net/smc/smc_tx.c 	size_t len, src_len, dst_off, dst_len; /* current chunk values */
dst_len           441 net/smc/smc_tx.c 		dst_len = min_t(size_t,
dst_len           448 net/smc/smc_tx.c 		dst_len = len;
dst_len           451 net/smc/smc_tx.c 	if (sent.count + dst_len <= conn->sndbuf_desc->len) {
dst_len           453 net/smc/smc_tx.c 		src_len = dst_len;
dst_len           461 net/smc/smc_tx.c 					 dst_off, dst_len);
dst_len           464 net/smc/smc_tx.c 					 dst_off, dst_len, wr_rdma_buf);
dst_len           132 samples/bpf/xdp_router_ipv4_user.c 		int  dst_len, iface, metric;
dst_len           191 samples/bpf/xdp_router_ipv4_user.c 		route.dst_len = atoi(dsts_len);
dst_len           215 samples/bpf/xdp_router_ipv4_user.c 			prefix_key->prefixlen = route.dst_len;
dst_len           220 samples/bpf/xdp_router_ipv4_user.c 			if (route.dst_len == 32) {
dst_len           242 samples/bpf/xdp_router_ipv4_user.c 			       route.gw, route.dst_len,
dst_len           380 security/keys/dh.c 		if (copy_from_user(outbuf + req->dst_len, kdfcopy->otherinfo,
dst_len           387 security/keys/dh.c 					    req->dst_len + kdfcopy->otherinfolen,
dst_len           388 security/keys/dh.c 					    outlen - req->dst_len);
dst_len           389 security/keys/dh.c 	} else if (copy_to_user(buffer, outbuf, req->dst_len) == 0) {
dst_len           390 security/keys/dh.c 		ret = req->dst_len;