Home
last modified time | relevance | path

Searched refs:tcx_egress (Results 1 – 7 of 7) sorted by relevance

/linux/include/net/
H A Dtcx.h65 rcu_assign_pointer(dev->tcx_egress, entry); in tcx_entry_update()
75 return rcu_dereference_rtnl(dev->tcx_egress); in tcx_entry_fetch()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-net.rst32 …E* := { **xdp** | **xdpgeneric** | **xdpdrv** | **xdpoffload** | **tcx_ingress** | **tcx_egress** }
73 **tcx_egress** - Egress TCX. runs on egress net traffic;
/linux/net/sched/
H A Dsch_ingress.c296 struct bpf_mprog_entry *egress_entry = rtnl_dereference(dev->tcx_egress); in clsact_destroy()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst121 struct bpf_mprog_entry tcx_egress read_mostly …
/linux/tools/bpf/bpftool/bash-completion/
H A Dbpftool1087 local ATTACH_TYPES='xdp xdpgeneric xdpdrv xdpoffload tcx_ingress tcx_egress'
/linux/include/linux/
H A Dnetdevice.h2088 struct bpf_mprog_entry __rcu *tcx_egress; member
/linux/net/core/
H A Ddev.c4345 struct bpf_mprog_entry *entry = rcu_dereference_bh(dev->tcx_egress); in sch_handle_egress()
12465 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, tcx_egress); in net_dev_struct_check()