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

  /external/iproute2/examples/bpf/
bpf_cyclic.c 9 BPF_PROG_ARRAY(jmp_tc, JMP_MAP_ID, PIN_OBJECT_NS, 1);
bpf_graft.c 36 BPF_PROG_ARRAY(jmp_tc, 0, PIN_GLOBAL_NS, 1);
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/
bpf_api.h 137 #ifndef BPF_PROG_ARRAY
138 # define BPF_PROG_ARRAY(NAME, ID, PIN, MAX_ELEM) \

Completed in 577 milliseconds