Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c559 int iov_alloc_length = iov_length; in msg_loop() local
562 iov_alloc_length *= 2; in msg_loop()
564 err = msg_alloc_iov(&msg, iov_count, iov_alloc_length, data, tx); in msg_loop()