Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dif_tun.h38 static inline struct xdp_frame *tun_ptr_to_xdp(void *ptr) in tun_ptr_to_xdp() function
64 static inline struct xdp_frame *tun_ptr_to_xdp(void *ptr) in tun_ptr_to_xdp() function
/Linux-v5.10/drivers/net/
Dtun.c607 struct xdp_frame *xdpf = tun_ptr_to_xdp(ptr); in tun_ptr_free()
2168 struct xdp_frame *xdpf = tun_ptr_to_xdp(ptr); in tun_do_read()
2566 struct xdp_frame *xdpf = tun_ptr_to_xdp(ptr); in tun_ptr_peek_len()
/Linux-v5.10/drivers/vhost/
Dnet.c201 struct xdp_frame *xdpf = tun_ptr_to_xdp(ptr); in vhost_net_buf_peek_len()