Home
last modified time | relevance | path

Searched refs:get_pid_tgid (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_ns_current_pid_tgid.c20 static void get_pid_tgid(void) in get_pid_tgid() function
34 get_pid_tgid(); in tp_handler()
41 get_pid_tgid(); in cgroup_bind4()
48 get_pid_tgid(); in sk_msg()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dns_current_pid_tgid.c20 static int get_pid_tgid(pid_t *pid, pid_t *tgid, in get_pid_tgid() function
58 if (get_pid_tgid(&pid, &tgid, bss)) in test_current_pid_tgid_tp()
97 if (get_pid_tgid(&pid, &tgid, bss)) in test_current_pid_tgid_cgrp()
142 if (get_pid_tgid(&pid, &tgid, skel->bss)) in test_current_pid_tgid_sk_msg()