Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dtcp_ipv4.c2734 static int bpf_iter_tcp_realloc_batch(struct bpf_tcp_iter_state *iter, in bpf_iter_tcp_realloc_batch() function
2852 if (!resized && !bpf_iter_tcp_realloc_batch(iter, expected * 3 / 2)) { in bpf_iter_tcp_batch()
3255 err = bpf_iter_tcp_realloc_batch(iter, INIT_BATCH_SZ); in DEFINE_BPF_ITER_FUNC()