Searched refs:BPF_PRELOAD_LINKS (Results 1 – 3 of 3) sorted by relevance
701 struct bpf_preload_info objs[BPF_PRELOAD_LINKS] = {}; in populate_bpffs()702 struct bpf_link *links[BPF_PRELOAD_LINKS] = {}; in populate_bpffs()719 for (i = 0; i < BPF_PRELOAD_LINKS; i++) { in populate_bpffs()726 for (i = 0; i < BPF_PRELOAD_LINKS; i++) { in populate_bpffs()745 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()