Home
last modified time | relevance | path

Searched refs:pinning (Results 1 – 25 of 36) sorted by relevance

12

/external/iproute2/examples/bpf/
Dbpf_tailcall.c34 .pinning = PIN_OBJECT_NS,
43 .pinning = PIN_OBJECT_NS,
51 .pinning = PIN_OBJECT_NS,
Dbpf_map_in_map.c11 .pinning = PIN_GLOBAL_NS,
20 .pinning = PIN_GLOBAL_NS,
Dbpf_graft.c40 .pinning = PIN_GLOBAL_NS,
Dbpf_cyclic.c14 .pinning = PIN_OBJECT_NS,
Dbpf_shared.c25 .pinning = PIN_OBJECT_NS, /* or PIN_GLOBAL_NS, or PIN_NONE */
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_pinning.c13 __uint(pinning, LIBBPF_PIN_BY_NAME);
28 __uint(pinning, LIBBPF_PIN_NONE);
Dtest_pinning_invalid.c13 __uint(pinning, 2); /* invalid */
/external/iproute2/lib/
Dbpf.c1079 unsigned int pinning; member
1323 uint32_t pinning) in bpf_custom_pinning() argument
1327 entry = ctx->ht[pinning & (ARRAY_SIZE(ctx->ht) - 1)]; in bpf_custom_pinning()
1328 while (entry && entry->pinning != pinning) in bpf_custom_pinning()
1335 uint32_t pinning) in bpf_no_pinning() argument
1337 switch (pinning) { in bpf_no_pinning()
1344 return !bpf_custom_pinning(ctx, pinning); in bpf_no_pinning()
1349 const struct bpf_elf_ctx *ctx, uint32_t pinning) in bpf_make_pathname() argument
1351 switch (pinning) { in bpf_make_pathname()
1365 bpf_custom_pinning(ctx, pinning), name); in bpf_make_pathname()
[all …]
/external/iproute2/etc/iproute2/
Dbpf_pinning2 # subpath mappings from mount point for pinning
/external/iproute2/include/
Dbpf_elf.h38 __u32 pinning; member
/external/rust/crates/pin-utils/
DCargo.toml.orig11 Utilities for pinning
DMETADATA2 description: "Utilities for pinning"
DCargo.toml18 description = "Utilities for pinning\n"
DREADME.md3 Utilities for pinning
/external/curl/tests/data/
Dtest204134 simple HTTPS GET with base64-sha256 public key pinning
Dtest203734 simple HTTPS GET with PEM public key pinning
Dtest203434 simple HTTPS GET with DER public key pinning
/external/rust/crates/pin-project/src/
Dlib.rs.orig66 //! [pin-projection]: core::pin#projections-and-structural-pinning
111 /// uses structural pinning (otherwise, you wouldn't be using this crate!),
143 /// [pin-projection]: core::pin#projections-and-structural-pinning
/external/rust/crates/pin-project/
DREADME.md84 [pin-projection]: https://doc.rust-lang.org/std/pin/index.html#projections-and-structural-pinning
/external/tensorflow/tensorflow/tools/ci_build/release/
Dcommon_win.bat27 @REM Prefer pinning to the same version as in setup.py
/external/mesa3d/docs/relnotes/
D20.3.3.rst101 - util: add AMD CPU family enums and enable L3 cache pinning on Zen3
/external/rust/crates/rustversion/
DREADME.md84 [pin]: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html#pinning
/external/okhttp/
DCHANGELOG.md9 prevents a potential crash when using certificate pinning with the Google
231 certificate pinning, you must be very careful to avoid [bricking][brick]
446 * **New APIs to permit easy certificate pinning.** Be warned, certificate
447 pinning is dangerous and could prevent your application from trusting your
816 [brick]: https://noncombatant.org/2015/05/01/about-http-public-key-pinning/
/external/curl/docs/
DTODO116 13.11 Support intermediate & root pinning for PINNEDPUBLICKEY
796 13.11 Support intermediate & root pinning for PINNEDPUBLICKEY
804 Adding this feature would make curls pinning 100% compatible to HPKP and
805 allow more flexible pinning.
/external/llvm-project/llvm/test/CodeGen/X86/
Dlsr-reuse.ll354 ; has a non-address use, pinning that value in a register.

12