Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddevmem.h101 struct net_iov_area *owner = net_iov_owner(niov); in net_devmem_iov_to_chunk_owner()
119 struct net_iov_area *owner = net_iov_owner(niov); in net_iov_virtual_addr()
/linux/include/net/
H A Dnetmem.h146 static inline struct net_iov_area *net_iov_owner(const struct net_iov *niov) in net_iov_owner() function
153 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()