Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dudp.c3412 unsigned int batch_sks = 0; in bpf_iter_udp_batch() local
3436 batch_sks = 0; in bpf_iter_udp_batch()
3460 batch_sks++; in bpf_iter_udp_batch()
3473 if (iter->end_sk == batch_sks) { in bpf_iter_udp_batch()
3480 if (!resized && !bpf_iter_udp_realloc_batch(iter, batch_sks * 3 / 2)) { in bpf_iter_udp_batch()