Home
last modified time | relevance | path

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

/samples/bpf/
Dxdpsock_user.c294 char count_path[PATH_MAX]; in get_irqs() local
299 snprintf(count_path, sizeof(count_path), in get_irqs()
301 f_count_proc = fopen(count_path, "r"); in get_irqs()
303 printf("Failed to open %s\n", count_path); in get_irqs()
309 printf("Error reading from %s\n", count_path); in get_irqs()