Hello all, As we know, to call 'bpf_get_ns_current_pid_tgid' helper we need dev and inode number. The inode number is quite easy to get by 'ls -lh /proc/xx/ns/'. So how can we get the device number easily in practice? the kernel test just uses 0 to test. Thanks, Li Qiang