Searched refs:bpf_get_current_comm (Results 1 – 3 of 3) sorted by relevance
161 static u64 bpf_get_current_comm(u64 r1, u64 size, u64 r3, u64 r4, u64 r5) in bpf_get_current_comm() function174 .func = bpf_get_current_comm,
90 bpf_get_current_comm(&key.comm, sizeof(key.comm)); in bpf_prog3()
32 static int (*bpf_get_current_comm)(void *buf, int buf_size) = variable