Searched refs:tot_len (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/fs/btrfs/ |
D | lzo.c | 303 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/ |
D | nf_tables_ipv4.h | 34 len = ntohs(iph->tot_len); in __nft_set_pktinfo_ipv4_validate()
|
/linux-4.19.296/fs/ |
D | read_write.c | 835 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/ |
D | ip.h | 97 __be16 tot_len; member
|
D | bpf.h | 2754 __u16 tot_len; member
|
/linux-4.19.296/include/rdma/ |
D | ib_pack.h | 242 __be16 tot_len; member
|
/linux-4.19.296/drivers/misc/mic/vop/ |
D | vop_vringh.c | 711 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/ |
D | isdn_ppp.c | 1909 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/ |
D | ipv6.h | 250 int tot_len; member
|
/linux-4.19.296/drivers/s390/net/ |
D | qeth_l3_main.c | 2129 iph->tot_len = 0; in qeth_tso_fill_header()
|