next_dump          30 samples/bpf/tcp_dumpstats_kern.c 	__u64 *next_dump;
next_dump          47 samples/bpf/tcp_dumpstats_kern.c 	next_dump = bpf_sk_storage_get(&bpf_next_dump, sk, 0,
next_dump          49 samples/bpf/tcp_dumpstats_kern.c 	if (!next_dump)
next_dump          53 samples/bpf/tcp_dumpstats_kern.c 	if (now < *next_dump)
next_dump          60 samples/bpf/tcp_dumpstats_kern.c 	*next_dump = now + INTERVAL;