Searched refs:bytecode (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/ |
| H A D | .gitignore | 8 # Python bytecode and cache
|
| /linux/tools/testing/selftests/net/ |
| H A D | double_udp_encap.sh | 273 -m length --length 600:65535 -m bpf --bytecode "$bpf_filter" 275 -m length --length 600:65535 -m bpf --bytecode "$bpf_filter"
|
| H A D | bpf_offload.py | 255 def bpf_bytecode(bytecode): argument 256 return "bytecode \"%s\"" % (bytecode) 751 bytecode = bpf_bytecode("1,6 0 0 4294967295,") variable 796 ret, _ = sim.cls_bpf_add_filter(bytecode, fail=False) 807 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True,
|
| /linux/Documentation/bpf/libbpf/ |
| H A D | libbpf_overview.rst | 75 includes a bytecode representation of the BPF object file, simplifying the 76 process of distributing your BPF code. With BPF bytecode embedded, there are no 114 * The embedded bytecode representation of the object file ensures that the
|
| /linux/net/ipv4/ |
| H A D | inet_diag.c | 727 const void *bytecode, *bc; in inet_diag_bc_audit() local 738 bytecode = bc = nla_data(attr); in inet_diag_bc_audit() 792 !valid_cc(bytecode, bytecode_len, len - op->no)) in inet_diag_bc_audit()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_shader.c | 883 u32 user_key, const void *bytecode, in vmw_compat_shader_add() argument 917 memcpy(ttm_kmap_obj_virtual(&map, &is_iomem), bytecode, size); in vmw_compat_shader_add()
|
| H A D | vmwgfx_drv.h | 1202 u32 user_key, const void *bytecode,
|
| /linux/samples/bpf/ |
| H A D | README.rst | 68 BPF bytecode architecture.
|
| /linux/Documentation/networking/device_drivers/ethernet/microsoft/ |
| H A D | netvsc.rst | 102 XDP (eXpress Data Path) is a feature that runs eBPF bytecode at the early
|
| /linux/Documentation/driver-api/acpi/ |
| H A D | acpi-drivers.rst | 59 on device manipulation in the form of AML (ACPI Machine Language) bytecode
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_join.sh | 385 -m bpf --bytecode \ 4256 -m bpf --bytecode \ 4336 -m bpf --bytecode \
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | net.rst | 54 and efficient infrastructure allowing to execute bytecode at various
|
| /linux/arch/ |
| H A D | Kconfig | 644 prompt "Enable seccomp to safely execute untrusted bytecode" 649 that may need to handle untrusted bytecode during their
|
| /linux/init/ |
| H A D | Kconfig | 2261 Build a simple ASN.1 grammar compiler that produces a bytecode output
|