Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dudp.c3146 unsigned int batch_sks = 0; in bpf_iter_udp_batch() local
3170 batch_sks = 0; in bpf_iter_udp_batch()
3194 batch_sks++; in bpf_iter_udp_batch()
3207 if (iter->end_sk == batch_sks) { in bpf_iter_udp_batch()
3214 if (!resized && !bpf_iter_udp_realloc_batch(iter, batch_sks * 3 / 2)) { in bpf_iter_udp_batch()