Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Ddevmem.h77 struct net_iov_area *owner = net_iov_owner(niov); in net_devmem_iov_to_chunk_owner()
95 struct net_iov_area *owner = net_iov_owner(niov); in net_iov_virtual_addr()
/linux-6.15/include/net/
H A Dnetmem.h66 static inline struct net_iov_area *net_iov_owner(const struct net_iov *niov) in net_iov_owner() function
73 return niov - net_iov_owner(niov)->niovs; in net_iov_idx()
/linux-6.15/io_uring/
H A Dzcrx.c123 struct net_iov_area *owner = net_iov_owner(niov); in io_zcrx_iov_to_area()