HomeSort by relevance Sort by last modified time
    Searched refs:PIN_OBJECT_NS (Results 1 - 5 of 5) sorted by null

  /external/iproute2/include/
bpf_elf.h 26 #define PIN_OBJECT_NS 1
  /external/iproute2/examples/bpf/
bpf_cyclic.c 9 BPF_PROG_ARRAY(jmp_tc, JMP_MAP_ID, PIN_OBJECT_NS, 1);
bpf_shared.c 12 * This example has a pinning of PIN_OBJECT_NS, so it's private and
21 BPF_ARRAY4(map_sh, 0, PIN_OBJECT_NS, 1); /* or PIN_GLOBAL_NS, or PIN_NONE */
bpf_tailcall.c 29 BPF_PROG_ARRAY(jmp_tc, FOO, PIN_OBJECT_NS, MAX_JMP_SIZE);
30 BPF_PROG_ARRAY(jmp_ex, BAR, PIN_OBJECT_NS, 1);
32 BPF_ARRAY4(map_sh, 0, PIN_OBJECT_NS, 1);
  /external/iproute2/tc/
tc_bpf.c 925 case PIN_OBJECT_NS:
939 case PIN_OBJECT_NS:
1022 if (pinning == PIN_OBJECT_NS)
    [all...]

Completed in 192 milliseconds