TLS_BASE 435 include/net/tls.h case TLS_BASE: TLS_BASE 304 net/tls/tls_main.c if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) TLS_BASE 726 net/tls/tls_main.c prot[TLS_BASE][TLS_BASE] = *base; TLS_BASE 727 net/tls/tls_main.c prot[TLS_BASE][TLS_BASE].setsockopt = tls_setsockopt; TLS_BASE 728 net/tls/tls_main.c prot[TLS_BASE][TLS_BASE].getsockopt = tls_getsockopt; TLS_BASE 729 net/tls/tls_main.c prot[TLS_BASE][TLS_BASE].close = tls_sk_proto_close; TLS_BASE 731 net/tls/tls_main.c prot[TLS_SW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; TLS_BASE 732 net/tls/tls_main.c prot[TLS_SW][TLS_BASE].sendmsg = tls_sw_sendmsg; TLS_BASE 733 net/tls/tls_main.c prot[TLS_SW][TLS_BASE].sendpage = tls_sw_sendpage; TLS_BASE 735 net/tls/tls_main.c prot[TLS_BASE][TLS_SW] = prot[TLS_BASE][TLS_BASE]; TLS_BASE 736 net/tls/tls_main.c prot[TLS_BASE][TLS_SW].recvmsg = tls_sw_recvmsg; TLS_BASE 737 net/tls/tls_main.c prot[TLS_BASE][TLS_SW].stream_memory_read = tls_sw_stream_read; TLS_BASE 738 net/tls/tls_main.c prot[TLS_BASE][TLS_SW].close = tls_sk_proto_close; TLS_BASE 740 net/tls/tls_main.c prot[TLS_SW][TLS_SW] = prot[TLS_SW][TLS_BASE]; TLS_BASE 746 net/tls/tls_main.c prot[TLS_HW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; TLS_BASE 747 net/tls/tls_main.c prot[TLS_HW][TLS_BASE].sendmsg = tls_device_sendmsg; TLS_BASE 748 net/tls/tls_main.c prot[TLS_HW][TLS_BASE].sendpage = tls_device_sendpage; TLS_BASE 750 net/tls/tls_main.c prot[TLS_HW][TLS_SW] = prot[TLS_BASE][TLS_SW]; TLS_BASE 754 net/tls/tls_main.c prot[TLS_BASE][TLS_HW] = prot[TLS_BASE][TLS_SW]; TLS_BASE 793 net/tls/tls_main.c ctx->tx_conf = TLS_BASE; TLS_BASE 794 net/tls/tls_main.c ctx->rx_conf = TLS_BASE;