Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dif_tun.h36 static inline struct xdp_frame *tun_ptr_to_xdp(void *ptr) in tun_ptr_to_xdp() function
68 static inline struct xdp_frame *tun_ptr_to_xdp(void *ptr) in tun_ptr_to_xdp() function
/linux/drivers/vhost/
H A Dnet.c204 struct xdp_frame *xdpf = tun_ptr_to_xdp(ptr); in vhost_net_buf_peek_len()