stmmac_xdp_buff
XSK_CHECK_PRIV_TYPE(struct stmmac_xdp_buff);
static struct stmmac_xdp_buff *xsk_buff_to_stmmac_ctx(struct xdp_buff *xdp)
return (struct stmmac_xdp_buff *)xdp;
struct stmmac_xdp_buff *ctx;
struct stmmac_xdp_buff ctx;
const struct stmmac_xdp_buff *ctx = (void *)_ctx;