Lines Matching refs:process
24 In Linux 2.4/2.6/3.x if PACKET_MMAP is not enabled, the capture process is very
38 transmission process, but it isn't everything. At least, if you are capturing
47 + How to use mmap() to improve capture process
67 + How to use mmap() directly to improve capture process
71 the following process:
78 user process
107 also the mapping of the circular buffer in the user process and
111 + How to use mmap() directly to improve transmission process
113 Transmission process is similar to capture as shown below.
120 user process
198 - Capture process
200 - Transmission process
216 Being mapped in the capture process allows reading the captured frames and
369 the allocation can wait and swap other process' memory in order to allocate
409 The mapping of the buffer in the user process is done with the conventional
440 +++ Capture process:
502 ++ Transmission process