Searched refs:net_socket_is_tls (Results 1 – 4 of 4) sorted by relevance
15 bool net_socket_is_tls(void *obj);17 #define net_socket_is_tls(obj) false macro77 if (offl_vtable == NULL || net_socket_is_tls(ctx)) { in zvfs_poll_internal()
40 bool net_socket_is_tls(void *obj);42 static inline bool net_socket_is_tls(void *obj) in net_socket_is_tls() function
276 bool net_socket_is_tls(void *obj) in net_socket_is_tls() function
780 zassert_true(net_socket_is_tls(obj), "Socket is not a native TLS sock"); in ZTEST()827 zassert_true(net_socket_is_tls(obj), "Socket is not a native TLS sock"); in ZTEST()