Searched refs:PIN_OBJECT_NS (Results 1 – 5 of 5) sorted by relevance
/external/iproute2/examples/bpf/ |
D | 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);
|
D | bpf_cyclic.c | 9 BPF_PROG_ARRAY(jmp_tc, JMP_MAP_ID, PIN_OBJECT_NS, 1);
|
D | bpf_shared.c | 21 BPF_ARRAY4(map_sh, 0, PIN_OBJECT_NS, 1); /* or PIN_GLOBAL_NS, or PIN_NONE */
|
/external/iproute2/include/ |
D | bpf_elf.h | 26 #define PIN_OBJECT_NS 1 macro
|
/external/iproute2/tc/ |
D | tc_bpf.c | 925 case PIN_OBJECT_NS: in bpf_no_pinning() 939 case PIN_OBJECT_NS: in bpf_make_pathname() 1022 if (pinning == PIN_OBJECT_NS) in bpf_place_pinned() 1499 case PIN_OBJECT_NS: in bpf_pinning_reserved()
|