Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/libeth/
H A Dxdp.c419 void libeth_xdp_set_redirect(struct net_device *dev, bool enable) in libeth_xdp_set_redirect() function
426 EXPORT_SYMBOL_GPL(libeth_xdp_set_redirect);
/linux/include/net/libeth/
H A Dxdp.h1825 void libeth_xdp_set_redirect(struct net_device *dev, bool enable);
1865 libeth_xdp_set_redirect(ud, false); \
/linux/drivers/net/ethernet/intel/idpf/
H A Dxdp.c497 libeth_xdp_set_redirect(vport->netdev, vport->xdp_prog); in idpf_xdp_setup_prog()