Searched refs:nr_kernel (Results 1 – 1 of 1) sorted by relevance
338 __u64 nr_kernel = 0; in count_kernel_ip() local340 while (nr_kernel < trace->nr) { in count_kernel_ip()343 nr_kernel++; in count_kernel_ip()345 return nr_kernel; in count_kernel_ip()354 __u64 nr_kernel; in BPF_CALL_3() local373 nr_kernel = count_kernel_ip(trace); in BPF_CALL_3()378 trace->nr = nr_kernel; in BPF_CALL_3()386 skip += nr_kernel; in BPF_CALL_3()587 __u64 nr_kernel; in BPF_CALL_4() local609 trace->nr = nr_kernel; in BPF_CALL_4()[all …]
Completed in 6 milliseconds