Searched refs:kill_after_s (Results 1 - 2 of 2) sorted by relevance

/linux-master/samples/bpf/
H A Dxdp_adjust_tail_user.c52 static void poll_stats(unsigned int map_fd, unsigned int kill_after_s) argument
59 while (!kill_after_s || time(NULL) - started_at <= kill_after_s) {
88 unsigned int kill_after_s = 0; local
110 kill_after_s = atoi(optarg);
194 poll_stats(map_fd, kill_after_s);
H A Dxdp_tx_iptunnel_user.c50 static void poll_stats(unsigned int kill_after_s) argument
61 while (!kill_after_s || time(NULL) - started_at <= kill_after_s) {
159 unsigned int kill_after_s = 0; local
224 kill_after_s = atoi(optarg);
305 poll_stats(kill_after_s);

Completed in 142 milliseconds