Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tag.c121 int fd_base, fd_alg, ret; in tag_from_alg() local
130 fd_alg = accept(fd_base, NULL, 0); in tag_from_alg()
131 assert(fd_alg > 0); in tag_from_alg()
134 size = write(fd_alg, prog, insns); in tag_from_alg()
137 size = read(fd_alg, tag, len); in tag_from_alg()
140 close(fd_alg); in tag_from_alg()