![]() |
|
|||
0001 // SPDX-License-Identifier: LGPL-2.1 0002 0003 #include <bpf.h> 0004 0005 static int (*bpf_get_current_pid_tgid)(void) = (void *)BPF_FUNC_get_current_pid_tgid; 0006 0007 static pid_t getpid(void) 0008 { 0009 return bpf_get_current_pid_tgid(); 0010 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |