Searched refs:BPF_PROG_ARRAY (Results 1 - 4 of 4) sorted by relevance
/external/iproute2/examples/bpf/ |
H A D | bpf_cyclic.c | 9 BPF_PROG_ARRAY(jmp_tc, JMP_MAP_ID, PIN_OBJECT_NS, 1);
|
H A D | bpf_graft.c | 36 BPF_PROG_ARRAY(jmp_tc, 0, PIN_GLOBAL_NS, 1);
|
H A 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);
|
/external/iproute2/include/ |
H A D | bpf_api.h | 137 #ifndef BPF_PROG_ARRAY 138 # define BPF_PROG_ARRAY(NAME, ID, PIN, MAX_ELEM) \ macro
|
Completed in 132 milliseconds