sock_to_string    171 tools/testing/selftests/bpf/test_sockmap.c 		fprintf(stderr, "setsockopt: TCP_ULP(%s) failed with error %i\n", sock_to_string(s), err);
sock_to_string    176 tools/testing/selftests/bpf/test_sockmap.c 		fprintf(stderr, "setsockopt: TLS_TX(%s) failed with error %i\n", sock_to_string(s), err);
sock_to_string    181 tools/testing/selftests/bpf/test_sockmap.c 		fprintf(stderr, "setsockopt: TLS_RX(%s) failed with error %i\n", sock_to_string(s), err);
sock_to_string    186 tools/testing/selftests/bpf/test_sockmap.c 		fprintf(stderr, "setsockopt: (%s) failed sndbuf with error %i\n", sock_to_string(s), err);
sock_to_string    191 tools/testing/selftests/bpf/test_sockmap.c 		fprintf(stderr, "setsockopt: (%s) failed rcvbuf with error %i\n", sock_to_string(s), err);
sock_to_string    196 tools/testing/selftests/bpf/test_sockmap.c 		fprintf(stdout, "socket(%s) kTLS enabled\n", sock_to_string(s));