Home
last modified time | relevance | path

Searched refs:tp_block_size (Results 1 – 7 of 7) sorted by last modified time

/linux/net/packet/
H A Daf_packet.c627 p1->kblk_size = req_u->req3.tp_block_size; in init_prb_bdqc()
637 req_u->req3.tp_block_size); in init_prb_bdqc()
4433 if (unlikely((int)req->tp_block_size <= 0)) in packet_set_ring()
4435 if (unlikely(!PAGE_ALIGNED(req->tp_block_size))) in packet_set_ring()
4439 req->tp_block_size < in packet_set_ring()
4447 rb->frames_per_block = req->tp_block_size / req->tp_frame_size; in packet_set_ring()
4457 order = get_order(req->tp_block_size); in packet_set_ring()
4523 rb->pg_vec_pages = req->tp_block_size/PAGE_SIZE; in packet_set_ring()
/linux/Documentation/networking/
H A Dpacket_mmap.rst204 unsigned int tp_block_size; /* Minimal size of contiguous block */
216 region of memory and holds tp_block_size/tp_frame_size frames. The total number
219 frames_per_block = tp_block_size/tp_frame_size
227 tp_block_size= 4096
394 - tp_block_size must be a multiple of PAGE_SIZE (1)
399 Note that tp_block_size should be chosen to be a power of two or there will
412 If tp_frame_size is a divisor of tp_block_size frames will be
414 tp_block_size/tp_frame_size frames there will be a gap between
845 ring->req.tp_block_size = blocksiz;
859 ring->map = mmap(NULL, ring->req.tp_block_size * ring->req.tp_block_nr,
[all …]
/linux/include/uapi/linux/
H A Dif_packet.h275 unsigned int tp_block_size; /* Minimal size of contiguous block */ member
282 unsigned int tp_block_size; /* Minimal size of contiguous block */ member
/linux/tools/testing/selftests/net/
H A Dtoeplitz.c269 req3.tp_block_size = req3.tp_frame_size * req3.tp_frame_nr; in setup_ring()
270 req3.tp_block_size /= req3.tp_block_nr; in setup_ring()
275 ring_block_sz = req3.tp_block_size; in setup_ring()
278 ring = mmap(0, req3.tp_block_size * req3.tp_block_nr, in setup_ring()
H A Dtxring_overwrite.c105 req.tp_block_size = getpagesize(); in setup_tx()
114 *ring = mmap(0, req.tp_block_size * req.tp_block_nr, in setup_tx()
H A Dpsock_tpacket.c632 ring->req.tp_block_size = getpagesize() << 2; in __v1_v2_fill()
636 ring->req.tp_frame_nr = ring->req.tp_block_size / in __v1_v2_fill()
640 ring->mm_len = ring->req.tp_block_size * ring->req.tp_block_nr; in __v1_v2_fill()
653 ring->req3.tp_block_size = getpagesize() << 2; in __v3_fill()
657 ring->req3.tp_frame_nr = ring->req3.tp_block_size / in __v3_fill()
661 ring->mm_len = ring->req3.tp_block_size * ring->req3.tp_block_nr; in __v3_fill()
664 ring->flen = ring->req3.tp_block_size; in __v3_fill()
H A Dpsock_fanout.c193 .tp_block_size = getpagesize(), in sock_fanout_open_ring()
212 ring = mmap(0, req.tp_block_size * req.tp_block_nr, in sock_fanout_open_ring()