Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dif_tun.h34 static inline void *tun_xdp_to_ptr(struct xdp_frame *xdp) in tun_xdp_to_ptr() function
60 static inline void *tun_xdp_to_ptr(struct xdp_frame *xdp) in tun_xdp_to_ptr() function
/openbmc/linux/drivers/net/
H A Dtun.c1304 void *frame = tun_xdp_to_ptr(xdp); in tun_xdp_xmit()