Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dtcx.h166 void tcx_uninstall(struct net_device *dev, bool ingress);
174 tcx_uninstall(dev, true); in dev_tcx_uninstall()
175 tcx_uninstall(dev, false); in dev_tcx_uninstall()
/Linux-v6.6/kernel/bpf/
Dtcx.c95 void tcx_uninstall(struct net_device *dev, bool ingress) in tcx_uninstall() function