Searched defs:iov_length (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | uio.h | 109 static inline size_t iov_length(const struct iovec *iov, unsigned long nr_segs) in iov_length() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | uio.h | 156 static inline size_t iov_length(const struct iovec *iov, unsigned long nr_segs) in iov_length() function
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A 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() argument 551 static int msg_loop(int fd, int iov_count, int iov_length, int cnt, in msg_loop() argument 472 msg_alloc_iov(struct msghdr *msg, int iov_count, int iov_length, bool data, bool xmit) msg_alloc_iov() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A 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() argument 551 static int msg_loop(int fd, int iov_count, int iov_length, int cnt, in msg_loop() argument 472 msg_alloc_iov(struct msghdr *msg, int iov_count, int iov_length, bool data, bool xmit) msg_alloc_iov() argument [all...] |
Completed in 5 milliseconds