Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtcx.h171 void tcx_uninstall(struct net_device *dev, bool ingress);
179 tcx_uninstall(dev, true); in dev_tcx_uninstall()
180 tcx_uninstall(dev, false); in dev_tcx_uninstall()
/openbmc/linux/kernel/bpf/
H A Dtcx.c95 void tcx_uninstall(struct net_device *dev, bool ingress) in tcx_uninstall() function