Searched refs:tcx (Results 1 – 11 of 11) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | tcx.c | 144 struct tcx_link *tcx = tcx_link(link); in tcx_link_prog_attach() local 147 struct net_device *dev = tcx->dev; in tcx_link_prog_attach() 171 struct tcx_link *tcx = tcx_link(link); in tcx_link_release() local 178 dev = tcx->dev; in tcx_link_release() 196 tcx->dev = NULL; in tcx_link_release() 206 struct tcx_link *tcx = tcx_link(link); in tcx_link_update() local 213 dev = tcx->dev; in tcx_link_update() 253 const struct tcx_link *tcx = tcx_link(link); in tcx_link_fdinfo() local 257 if (tcx->dev) in tcx_link_fdinfo() 258 ifindex = tcx->dev->ifindex; in tcx_link_fdinfo() [all …]
|
| H A D | Makefile | 27 obj-$(CONFIG_BPF_SYSCALL) += tcx.o
|
| /linux/include/net/ |
| H A D | tcx.h | 79 struct tcx_entry *tcx = kzalloc_noprof(sizeof(*tcx), GFP_KERNEL); in tcx_entry_create_noprof() local 81 if (tcx) { in tcx_entry_create_noprof() 82 bpf_mprog_bundle_init(&tcx->bundle); in tcx_entry_create_noprof() 83 return &tcx->bundle.a; in tcx_entry_create_noprof()
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-net.rst | 39 Currently, device driver xdp attachments, tcx, netkit and old-style tc 53 all tcx, netkit, then tc class/qdisc bpf program attachments, then 55 tcx/netkit/tc programs are ordered based on ifindex number. If multiple bpf 57 will be first all bpf programs attached to tcx, netkit, then tc classes, 192 lo(1) tcx/ingress tc_prog prog_id 29
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tc_helpers.h | 21 return link_info.tcx.ifindex; in ifindex_from_link_fd()
|
| /linux/arch/s390/include/asm/ |
| H A D | ctlreg.h | 199 unsigned long tcx : 1; /* Transactional-Execution control */ member
|
| /linux/drivers/video/fbdev/ |
| H A D | Makefile | 54 obj-$(CONFIG_FB_TCX) += tcx.o
|
| H A D | tcx.c | 46 FB_DEFAULT_SBUS_OPS(tcx),
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1818 } tcx; 6494 /* (Simplified) user return codes for tcx prog type. 6495 * A valid tcx program must return one of these defined values. All other 6818 } tcx; 1814 } tcx; global() member 6813 } tcx; global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1818 } tcx; 6494 /* (Simplified) user return codes for tcx prog type. 6495 * A valid tcx program must return one of these defined values. All other 6818 } tcx; 1814 } tcx; global() member 6813 } tcx; global() member
|
| /linux/ |
| H A D | MAINTAINERS | 4822 BPF [NETWORKING] (tcx & tc BPF, sock_addr) 4830 F: include/net/tcx.h 4831 F: kernel/bpf/tcx.c
|