Searched refs:poll_stats (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp1_user.c | 44 static void poll_stats(int map_fd, int interval) in poll_stats() function 164 poll_stats(map_fd, 2); in main()
|
H A D | xdp_adjust_tail_user.c | 53 static void poll_stats(unsigned int map_fd, unsigned int kill_after_s) in poll_stats() function 194 poll_stats(map_fd, kill_after_s); in main()
|
H A D | xdp_redirect_map_user.c | 63 static void poll_stats(int interval, int ifindex) in poll_stats() function 218 poll_stats(2, ifindex_out); in main()
|
H A D | xdp_redirect_user.c | 63 static void poll_stats(int interval, int ifindex) in poll_stats() function 219 poll_stats(2, ifindex_out); in main()
|
H A D | xdp_tx_iptunnel_user.c | 51 static void poll_stats(unsigned int kill_after_s) in poll_stats() function 309 poll_stats(kill_after_s); in main()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_adjust_tail_user.c | 52 static void poll_stats(unsigned int map_fd, unsigned int kill_after_s) in poll_stats() function 194 poll_stats(map_fd, kill_after_s); in main()
|
H A D | xdp_tx_iptunnel_user.c | 50 static void poll_stats(unsigned int kill_after_s) in poll_stats() function 305 poll_stats(kill_after_s); in main()
|
Completed in 3 milliseconds