Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnetmem.h120 static inline struct net_iov_area *net_iov_owner(const struct net_iov *niov) in net_iov_owner() function
127 return niov - net_iov_owner(niov)->niovs; in net_iov_idx()
/linux/io_uring/
H A Dzcrx.c42 struct net_iov_area *owner = net_iov_owner(niov); in io_zcrx_iov_to_area()