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