Home
last modified time | relevance | path

Searched refs:tot_len (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dlzo.c303 unsigned long tot_len; in lzo_decompress_bio() local
311 tot_len = read_compress_length(data_in); in lzo_decompress_bio()
320 if (tot_len > min_t(size_t, BTRFS_MAX_COMPRESSED, srclen) || in lzo_decompress_bio()
321 tot_len < srclen - PAGE_SIZE) { in lzo_decompress_bio()
332 while (tot_in < tot_len) { in lzo_decompress_bio()
344 if (in_len > max_segment_len || tot_in + in_len > tot_len) { in lzo_decompress_bio()
379 if (working_bytes == 0 && tot_in >= tot_len) in lzo_decompress_bio()
/linux-4.19.296/include/net/netfilter/
Dnf_tables_ipv4.h34 len = ntohs(iph->tot_len); in __nft_set_pktinfo_ipv4_validate()
/linux-4.19.296/fs/
Dread_write.c835 compat_ssize_t tot_len; in compat_rw_copy_check_uvector() local
871 tot_len = 0; in compat_rw_copy_check_uvector()
889 if (len > MAX_RW_COUNT - tot_len) in compat_rw_copy_check_uvector()
890 len = MAX_RW_COUNT - tot_len; in compat_rw_copy_check_uvector()
891 tot_len += len; in compat_rw_copy_check_uvector()
897 ret = tot_len; in compat_rw_copy_check_uvector()
907 size_t tot_len; in do_iter_read() local
915 tot_len = iov_iter_count(iter); in do_iter_read()
916 if (!tot_len) in do_iter_read()
918 ret = rw_verify_area(READ, file, pos, tot_len); in do_iter_read()
[all …]
/linux-4.19.296/include/uapi/linux/
Dip.h97 __be16 tot_len; member
Dbpf.h2754 __u16 tot_len; member
/linux-4.19.296/include/rdma/
Dib_pack.h242 __be16 tot_len; member
/linux-4.19.296/drivers/misc/mic/vop/
Dvop_vringh.c711 size_t partlen, tot_len = 0; in vop_vringh_copy() local
734 tot_len += partlen; in vop_vringh_copy()
747 *out_len = tot_len; in vop_vringh_copy()
/linux-4.19.296/drivers/isdn/i4l/
Disdn_ppp.c1909 unsigned int tot_len; in isdn_ppp_mp_reassembly() local
1927 for (tot_len = n = 0, frag = from; frag != to; frag = frag->next, n++) in isdn_ppp_mp_reassembly()
1928 tot_len += frag->len - MP_HEADER_LEN; in isdn_ppp_mp_reassembly()
1933 (MP_SEQ(from) + n - 1) & MP_LONGSEQ_MASK, tot_len); in isdn_ppp_mp_reassembly()
1934 if ((skb = dev_alloc_skb(tot_len)) == NULL) { in isdn_ppp_mp_reassembly()
1936 "of size %d\n", tot_len); in isdn_ppp_mp_reassembly()
/linux-4.19.296/include/net/
Dipv6.h250 int tot_len; member
/linux-4.19.296/drivers/s390/net/
Dqeth_l3_main.c2129 iph->tot_len = 0; in qeth_tso_fill_header()