Home
last modified time | relevance | path

Searched refs:BPF_ARRAY4 (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/examples/bpf/
Dbpf_shared.c21 BPF_ARRAY4(map_sh, 0, PIN_OBJECT_NS, 1); /* or PIN_GLOBAL_NS, or PIN_NONE */
Dbpf_tailcall.c32 BPF_ARRAY4(map_sh, 0, PIN_OBJECT_NS, 1);
/external/iproute2/include/
Dbpf_api.h127 #ifndef BPF_ARRAY4
128 # define BPF_ARRAY4(NAME, ID, PIN, MAX_ELEM) \ macro