Searched defs:iov_length (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 144 int iov_length; member 415 static int msg_loop_sendpage(int fd, int iov_length, int cnt, in msg_loop_sendpage() 474 int iov_count, int iov_length, in msg_alloc_iov() 552 static int msg_loop(int fd, int iov_count, int iov_length, int cnt, in msg_loop()
|
/linux-6.12.1/include/linux/ |
D | uio.h | 160 static inline size_t iov_length(const struct iovec *iov, unsigned long nr_segs) in iov_length() function
|