Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/pointer/
H A Dinner.rs725 let offset = (trailing.as_ptr() as *mut u8).offset_from(ptr.as_ptr() as *mut _); in test_trailing_slice()
/linux/rust/zerocopy/src/util/
H A Dmacro_util.rs213 let offset = unsafe { field.cast::<u8>().offset_from(ptr.cast::<u8>()) };
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c579 int offset_from, int dma_offset, u32 headlen) in mlx5e_copy_skb_header() argument
581 const void *from = netmem_address(netmem) + offset_from; in mlx5e_copy_skb_header()