Searched refs:BPF_PRELOAD_LINKS (Results 1 – 3 of 3) sorted by relevance
702 struct bpf_preload_info objs[BPF_PRELOAD_LINKS] = {}; in populate_bpffs()703 struct bpf_link *links[BPF_PRELOAD_LINKS] = {}; in populate_bpffs()720 for (i = 0; i < BPF_PRELOAD_LINKS; i++) { in populate_bpffs()727 for (i = 0; i < BPF_PRELOAD_LINKS; i++) { in populate_bpffs()746 for (i = 0; i < BPF_PRELOAD_LINKS && err; i++) in populate_bpffs()
15 #define BPF_PRELOAD_LINKS 2 macro
42 for (i = 0; i < BPF_PRELOAD_LINKS; i++) { in preload()
Completed in 7 milliseconds