Home
last modified time | relevance | path

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

/linux-6.6.21/arch/um/drivers/
Dvector_user.c310 int socktype; in user_init_unix_fds() local
330 socktype = SOCK_SEQPACKET; in user_init_unix_fds()
350 fd = socket(AF_UNIX, socktype, 0); in user_init_unix_fds()
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c487 int family, socktype; in connect_accept_thread() local
503 len = sizeof(socktype); in connect_accept_thread()
504 err = xgetsockopt(s, SOL_SOCKET, SO_TYPE, &socktype, &len); in connect_accept_thread()
511 c = xsocket(family, socktype, 0); in connect_accept_thread()
600 int family, int socktype, int mapfd) in test_race_insert_listen() argument
609 s = xsocket(family, socktype, 0); in test_race_insert_listen()