Searched refs:bytecode (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/ |
A D | .gitignore | 8 # Python bytecode and cache
|
/linux/tools/testing/selftests/bpf/ |
A D | test_offload.py | 244 def bpf_bytecode(bytecode): argument 245 return "bytecode \"%s\"" % (bytecode) 807 bytecode = bpf_bytecode("1,6 0 0 4294967295,") variable 852 ret, _ = sim.cls_bpf_add_filter(bytecode, fail=False) 863 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True,
|
/linux/samples/bpf/ |
A D | README.rst | 58 BPF bytecode architecture.
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_shader.c | 954 u32 user_key, const void *bytecode, in vmw_compat_shader_add() argument 990 memcpy(ttm_kmap_obj_virtual(&map, &is_iomem), bytecode, size); in vmw_compat_shader_add()
|
A D | vmwgfx_drv.h | 1361 u32 user_key, const void *bytecode,
|
/linux/net/ipv4/ |
A D | inet_diag.c | 915 const void *bytecode, *bc; in inet_diag_bc_audit() local 921 bytecode = bc = nla_data(attr); in inet_diag_bc_audit() 971 !valid_cc(bytecode, bytecode_len, len - op->no)) in inet_diag_bc_audit()
|
/linux/Documentation/networking/device_drivers/ethernet/microsoft/ |
A D | netvsc.rst | 102 XDP (eXpress Data Path) is a feature that runs eBPF bytecode at the early
|
/linux/Documentation/admin-guide/sysctl/ |
A D | net.rst | 53 and efficient infrastructure allowing to execute bytecode at various
|
/linux/arch/ |
A D | Kconfig | 500 prompt "Enable seccomp to safely execute untrusted bytecode" 505 that may need to handle untrusted bytecode during their
|
/linux/tools/testing/selftests/net/mptcp/ |
A D | mptcp_join.sh | 136 -m bpf --bytecode \
|
/linux/init/ |
A D | Kconfig | 2364 Build a simple ASN.1 grammar compiler that produces a bytecode output
|
Completed in 33 milliseconds