Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dlibbpf.c399 int shafd2 = accept4(shafd, NULL, 0, SOCK_CLOEXEC); in bpf_prog_compute_tag() local
400 if (shafd2 < 0) { in bpf_prog_compute_tag()
422 ret = write(shafd2, prog, prog_len); in bpf_prog_compute_tag()
425 close(shafd2); in bpf_prog_compute_tag()
434 ret = read(shafd2, u.sha, 20); in bpf_prog_compute_tag()
437 close(shafd2); in bpf_prog_compute_tag()
442 close(shafd2); in bpf_prog_compute_tag()