Searched defs:record_type (Results 1 – 8 of 8) sorted by relevance
36 u8 record_type = TLS_RECORD_TYPE_ALERT; in tls_alert_send() local76 u8 record_type; in tls_get_record_type() local
24 #define record_type(x) TRACE_DEFINE_ENUM(TLS_RECORD_TYPE_##x); macro31 #define record_type(x) { TLS_RECORD_TYPE_##x, #x }, macro
337 unsigned char record_type) in tls_fill_prepend()366 unsigned char record_type, struct tls_prot_info *prot) in tls_make_aad()
317 unsigned char record_type) in tls_device_record_close()424 unsigned char record_type) in tls_push_data()567 unsigned char record_type = TLS_RECORD_TYPE_DATA; in tls_device_sendmsg() local
736 unsigned char record_type) in tls_push_record()864 bool full_record, u8 record_type, in bpf_exec_tx_verdict()1054 unsigned char record_type = TLS_RECORD_TYPE_DATA; in tls_sw_sendmsg_locked() local
239 unsigned char *record_type) in tls_process_cmsg()
157 static int tls_send_cmsg(int fd, unsigned char record_type, in tls_send_cmsg()215 int fd, unsigned char record_type, in tls_recv_cmsg()570 char record_type = 100; in TEST_F() local582 char record_type = 100; in TEST_F() local857 char record_type = 100; in TEST_F() local880 char record_type = 100; in TEST_F() local1608 char record_type = 100; in TEST_F() local
32 __u32 record_type; member