Searched defs:bpf_get_current_comm (Results 1 – 4 of 4) sorted by relevance
396 static long (* const bpf_get_current_comm)(void *buf, __u32 size_of_buf) = (void *) 16; variable
405 static long (*bpf_get_current_comm)(void* buf, uint32_t buf_size) = (void*) BPF_FUNC_get_current_co… variable