Lines Matching defs:tlspcb
67 struct tlspcb { struct
68 struct m_snd_tag com;
69 struct vi_info *vi; /* virtual interface */
70 struct adapter *sc;
71 struct l2t_entry *l2te; /* L2 table entry used by this connection */
72 struct sge_txq *txq;
73 int tid; /* Connection identifier */
75 int tx_key_addr;
76 bool inline_key;
77 bool using_timestamps;
78 unsigned char enc_mode;
103 static int ktls_setup_keys(struct tlspcb *tlsp, argument