Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h88 #define xgetsockopt(fd, level, name, val, len) \ macro
H A Dsockmap_listen.c178 xgetsockopt(s, SOL_SOCKET, SO_COOKIE, &cookie, &len); in test_lookup_after_insert()
501 err = xgetsockopt(s, SOL_SOCKET, SO_DOMAIN, &family, &len); in connect_accept_thread()
506 err = xgetsockopt(s, SOL_SOCKET, SO_TYPE, &socktype, &len); in connect_accept_thread()