Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dlibbpf.c409 int shafd2 = accept4(shafd, NULL, 0, SOCK_CLOEXEC); in bpf_prog_compute_tag() local
410 if (shafd2 < 0) { in bpf_prog_compute_tag()
432 ret = write(shafd2, prog, prog_len); in bpf_prog_compute_tag()
435 close(shafd2); in bpf_prog_compute_tag()
444 ret = read(shafd2, u.sha, 20); in bpf_prog_compute_tag()
447 close(shafd2); in bpf_prog_compute_tag()
452 close(shafd2); in bpf_prog_compute_tag()