Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_sockmap.c560 int iov_alloc_length = iov_length; in msg_loop() local
563 iov_alloc_length *= 2; in msg_loop()
565 err = msg_alloc_iov(&msg, iov_count, iov_alloc_length, data, tx); in msg_loop()