Searched refs:tls (Results 76 - 100 of 112) sorted by relevance

12345

/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c17 #include <linux/tls.h>
18 #include <net/tls.h>
H A Dchtls_io.c57 ULP_SKB_CB(skb)->ulp.tls.iv = 1;
60 ULP_SKB_CB(skb)->ulp.tls.iv = 0;
420 data_type = tls_content_type(ULP_SKB_CB(skb)->ulp.tls.type);
862 ULP_SKB_CB(skb)->ulp.tls.ofld = 1;
863 ULP_SKB_CB(skb)->ulp.tls.type = csk->tlshws.type;
1059 /* Avoid appending tls handshake, alert to tls data */
1489 /* don't send tls header, skip copy */
H A Dchtls_main.c19 #include <net/tls.h>
184 /* Reset tls rx/tx stats */
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c251 .tls = tls_val,
/linux-master/arch/x86/um/
H A Dldt.c14 #include <sysdep/tls.h>
/linux-master/include/linux/
H A Dpe.h302 struct data_dirent tls; /* .tls */ member in struct:data_directory
/linux-master/include/net/
H A Dtls.h50 #include <uapi/linux/tls.h>
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h267 __BITFIELD_FIELD(uint32_t tls:4,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h43 #include <net/tls.h>
/linux-master/net/tls/
H A Dtls_device_fallback.c32 #include <net/tls.h>
37 #include "tls.h"
H A Dtls_strp.c9 #include <net/tls.h>
11 #include "tls.h"
622 tls_strp_wq = create_workqueue("tls-strp");
H A Dtls_main.c45 #include <net/tls.h>
48 #include "tls.h"
53 MODULE_ALIAS_TCP_ULP("tls");
955 /* allocate tls context */
1110 .name = "tls",
/linux-master/arch/powerpc/kernel/
H A Dprocess.c1808 unsigned long tls = args->tls; local
1811 childregs->gpr[13] = tls;
1813 childregs->gpr[2] = tls;
/linux-master/arch/arm/
H A DMakefile258 -mstack-protector-guard=tls \
/linux-master/arch/mips/kernel/
H A Dtraps.c377 printk("Process %s (pid: %d, threadinfo=%p, task=%p, tls=%0*lx)\n",
381 unsigned long tls; local
383 tls = read_c0_userlocal();
384 if (tls != current_thread_info()->tp_value)
385 printk("*HwTLS: %0*lx\n", field, tls);
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_tx.c280 struct fun_eth_tls *tls = (struct fun_eth_tls *)gle; local
287 tls->tlsid = tls_ctx->tlsid;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c137 } else if (unlikely(accel && accel->tls.tls_tisn)) {
249 if (accel && accel->tls.tls_tisn)
H A Den_stats.c1975 static MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS(tls)
1980 static MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS(tls)
1985 static MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS(tls)
1990 static MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS(tls) { return; }
2495 static MLX5E_DEFINE_STATS_GRP(tls, 0);
2517 &MLX5E_STATS_GRP(tls),
H A Den.h939 struct mlx5e_tls *tls; member in struct:mlx5e_priv
/linux-master/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c9 #include <net/tls.h>
/linux-master/net/ipv4/
H A Dtcp_bpf.c12 #include <net/tls.h>
/linux-master/arch/powerpc/
H A DMakefile103 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard=tls
/linux-master/arch/arm/kernel/
H A Dtraps.c38 #include <asm/tls.h>
H A Dentry-armv.S25 #include <asm/tls.h>
/linux-master/drivers/nvme/host/
H A Dfabrics.c680 { NVMF_OPT_TLS, "tls" },
707 opts->tls = false;
1026 opts->tls = true;

Completed in 563 milliseconds

12345