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