Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_main.c378 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()
940 ops[TLS_BASE][TLS_BASE] = *base; in build_proto_ops()
942 ops[TLS_SW ][TLS_BASE] = ops[TLS_BASE][TLS_BASE]; in build_proto_ops()
943 ops[TLS_SW ][TLS_BASE].splice_eof = tls_sw_splice_eof; in build_proto_ops()
945 ops[TLS_BASE][TLS_SW ] = ops[TLS_BASE][TLS_BASE]; in build_proto_ops()
946 ops[TLS_BASE][TLS_SW ].splice_read = tls_sw_splice_read; in build_proto_ops()
947 ops[TLS_BASE][TLS_SW ].poll = tls_sk_poll; in build_proto_ops()
948 ops[TLS_BASE][TLS_SW ].read_sock = tls_sw_read_sock; in build_proto_ops()
950 ops[TLS_SW ][TLS_SW ] = ops[TLS_SW ][TLS_BASE]; in build_proto_ops()
956 ops[TLS_HW ][TLS_BASE] = ops[TLS_BASE][TLS_BASE]; in build_proto_ops()
[all …]
/linux/include/net/
H A Dtls.h85 TLS_BASE, enumerator