Searched refs:MAX_BPF_LINKS (Results 1 – 1 of 1) sorted by relevance
87 #define MAX_BPF_LINKS 8 macro95 struct bpf_link *links[MAX_BPF_LINKS];107 if (!ASSERT_LE(skeletons->nlinks+1, MAX_BPF_LINKS, "too many XDP programs attached")) in xdp_attach()