Home
last modified time | relevance | path

Searched refs:nframes (Results 1 – 2 of 2) sorted by relevance

/kernel/bpf/
Dcpumap.c226 int i, nframes = 0; in cpu_map_bpf_prog_run_xdp() local
250 frames[nframes++] = xdpf; in cpu_map_bpf_prog_run_xdp()
276 return nframes; in cpu_map_bpf_prog_run_xdp()
285 int nframes; in cpu_map_bpf_prog_run() local
292 nframes = cpu_map_bpf_prog_run_xdp(rcpu, frames, xdp_n, stats); in cpu_map_bpf_prog_run()
302 return nframes; in cpu_map_bpf_prog_run()
321 int i, n, m, nframes, xdp_n; in cpu_map_kthread_run() local
370 nframes = cpu_map_bpf_prog_run(rcpu, frames, xdp_n, &stats, &list); in cpu_map_kthread_run()
371 if (nframes) { in cpu_map_kthread_run()
372 m = kmem_cache_alloc_bulk(skbuff_head_cache, gfp, nframes, skbs); in cpu_map_kthread_run()
[all …]
Ddevmap.c331 int i, nframes = 0; in dev_map_bpf_prog_run() local
348 frames[nframes++] = xdpf; in dev_map_bpf_prog_run()
361 return nframes; /* sent frames count */ in dev_map_bpf_prog_run()