Searched refs:tcx_entry_update (Results 1 – 3 of 3) sorted by relevance
/openbmc/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() 262 tcx_entry_update(dev, entry, true); in clsact_init() 281 tcx_entry_update(dev, entry, false); in clsact_init() 306 tcx_entry_update(dev, NULL, true); in clsact_destroy() 314 tcx_entry_update(dev, NULL, false); in clsact_destroy()
|
/openbmc/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()
|
/openbmc/linux/include/net/ |
H A D | tcx.h | 63 tcx_entry_update(struct net_device *dev, struct bpf_mprog_entry *entry, in tcx_entry_update() function
|