Home
last modified time | relevance | path

Searched refs:TLS_BASE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/tls/
H A Dtls_main.c313 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()
653 ops[TLS_BASE][TLS_BASE] = *base; in build_proto_ops()
655 ops[TLS_SW ][TLS_BASE] = ops[TLS_BASE][TLS_BASE]; in build_proto_ops()
656 ops[TLS_SW ][TLS_BASE].sendpage_locked = tls_sw_sendpage_locked; in build_proto_ops()
658 ops[TLS_BASE][TLS_SW ] = ops[TLS_BASE][TLS_BAS in build_proto_ops()
[all...]
/kernel/linux/linux-6.6/net/tls/
H A Dtls_main.c382 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()
826 ops[TLS_BASE][TLS_BASE] = *base; in build_proto_ops()
828 ops[TLS_SW ][TLS_BASE] = ops[TLS_BASE][TLS_BASE]; in build_proto_ops()
829 ops[TLS_SW ][TLS_BASE].splice_eof = tls_sw_splice_eof; in build_proto_ops()
831 ops[TLS_BASE][TLS_SW ] = ops[TLS_BASE][TLS_BAS in build_proto_ops()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dtls.h88 TLS_BASE, enumerator
441 case TLS_BASE: in tls_user_config()
/kernel/linux/linux-6.6/include/net/
H A Dtls.h80 TLS_BASE, enumerator

Completed in 5 milliseconds