Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dtcx.h167 void tcx_uninstall(struct net_device *dev, bool ingress);
175 tcx_uninstall(dev, true); in dev_tcx_uninstall()
176 tcx_uninstall(dev, false); in dev_tcx_uninstall()
/linux-6.15/kernel/bpf/
H A Dtcx.c95 void tcx_uninstall(struct net_device *dev, bool ingress) in tcx_uninstall() function