Searched refs:socktype (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c487 int family, socktype; local
503 len = sizeof(socktype);
504 err = xgetsockopt(s, SOL_SOCKET, SO_TYPE, &socktype, &len);
511 c = xsocket(family, socktype, 0);
600 int family, int socktype, int mapfd)
609 s = xsocket(family, socktype, 0);
599 test_race_insert_listen(struct test_sockmap_listen *skel __always_unused, int family, int socktype, int mapfd) argument
/linux-master/arch/um/drivers/
H A Dvector_user.c310 int socktype; local
330 socktype = SOCK_SEQPACKET;
350 fd = socket(AF_UNIX, socktype, 0);

Completed in 115 milliseconds