Searched refs:tcx_entry_update (Results 1 – 3 of 3) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_ingress.c | 97 tcx_entry_update(dev, entry, true); in ingress_init() 126 tcx_entry_update(dev, NULL, true); in ingress_destroy() 263 tcx_entry_update(dev, entry, true); in clsact_init() 282 tcx_entry_update(dev, entry, false); in clsact_init() 307 tcx_entry_update(dev, NULL, true); in clsact_destroy() 315 tcx_entry_update(dev, NULL, false); in clsact_destroy()
|
| /linux/kernel/bpf/ |
| H A D | tcx.c | 44 tcx_entry_update(dev, entry_new, ingress); in tcx_prog_attach() 83 tcx_entry_update(dev, entry_new, ingress); in tcx_prog_detach() 109 tcx_entry_update(dev, entry_new, ingress); in tcx_uninstall() 158 tcx_entry_update(dev, entry_new, ingress); in tcx_link_prog_attach() 190 tcx_entry_update(dev, entry_new, ingress); in tcx_link_release()
|
| /linux/include/net/ |
| H A D | tcx.h | 57 tcx_entry_update(struct net_device *dev, struct bpf_mprog_entry *entry, in tcx_entry_update() function
|