Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c489 int family, socktype; in connect_accept_thread() local
505 len = sizeof(socktype); in connect_accept_thread()
506 err = xgetsockopt(s, SOL_SOCKET, SO_TYPE, &socktype, &len); in connect_accept_thread()
513 c = xsocket(family, socktype, 0); in connect_accept_thread()
602 int family, int socktype, int mapfd) in test_race_insert_listen() argument
611 s = xsocket(family, socktype, 0); in test_race_insert_listen()