Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dsampleip_user.c84 static int count_cmp(const void *p1, const void *p2) in count_cmp() function
109 qsort(counts, max, sizeof(struct ipcount), count_cmp); in print_ip_map()