Lines Matching refs:pg_idx
1868 unsigned long pg_idx = 0; in tcp_zerocopy_receive() local
1909 if (pg_idx) { in tcp_zerocopy_receive()
1911 pg_idx, in tcp_zerocopy_receive()
1917 pg_idx = 0; in tcp_zerocopy_receive()
1943 pages[pg_idx] = skb_frag_page(frags); in tcp_zerocopy_receive()
1944 pg_idx++; in tcp_zerocopy_receive()
1948 if (pg_idx == PAGE_BATCH_SIZE) { in tcp_zerocopy_receive()
1949 ret = tcp_zerocopy_vm_insert_batch(vma, pages, pg_idx, in tcp_zerocopy_receive()
1954 pg_idx = 0; in tcp_zerocopy_receive()
1957 if (pg_idx) { in tcp_zerocopy_receive()
1958 ret = tcp_zerocopy_vm_insert_batch(vma, pages, pg_idx, in tcp_zerocopy_receive()