Home
last modified time | relevance | path

Searched refs:MAX_IPS (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/samples/bpf/
Dsampleip_kern.c13 #define MAX_IPS 8192 macro
19 .max_entries = MAX_IPS,
Dsampleip_user.c29 #define MAX_IPS 8192 macro
82 struct ipcount counts[MAX_IPS];
121 if (max == MAX_IPS) { in print_ip_map()