Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_tag.c121 int fd_base, fd_alg, ret; in tag_from_alg() local
124 fd_base = socket(AF_ALG, SOCK_SEQPACKET, 0); in tag_from_alg()
125 assert(fd_base > 0); in tag_from_alg()
127 ret = bind(fd_base, (struct sockaddr *)&alg, sizeof(alg)); in tag_from_alg()
130 fd_alg = accept(fd_base, NULL, 0); in tag_from_alg()
141 close(fd_base); in tag_from_alg()