Searched refs:BPF_DISPATCHER_MAX (Results 1 – 2 of 2) sorted by relevance
30 for (i = 0; i < BPF_DISPATCHER_MAX; i++) { in bpf_dispatcher_find_prog()96 s64 ips[BPF_DISPATCHER_MAX] = {}, *ipsp = &ips[0]; in bpf_dispatcher_prepare()99 for (i = 0; i < BPF_DISPATCHER_MAX; i++) { in bpf_dispatcher_prepare()
1171 #define BPF_DISPATCHER_MAX 48 /* Fits in 2048B */ macro1182 struct bpf_dispatcher_prog progs[BPF_DISPATCHER_MAX];