Home
last modified time | relevance | path

Searched defs:record_type (Results 1 – 8 of 8) sorted by relevance

/linux/net/handshake/
H A Dalert.c36 u8 record_type = TLS_RECORD_TYPE_ALERT; in tls_alert_send() local
76 u8 record_type; in tls_get_record_type() local
/linux/include/trace/events/
H A Dhandshake.h24 #define record_type(x) TRACE_DEFINE_ENUM(TLS_RECORD_TYPE_##x); macro
31 #define record_type(x) { TLS_RECORD_TYPE_##x, #x }, macro
/linux/net/tls/
H A Dtls.h337 unsigned char record_type) in tls_fill_prepend()
366 unsigned char record_type, struct tls_prot_info *prot) in tls_make_aad()
H A Dtls_device.c317 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
H A Dtls_sw.c736 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
H A Dtls_main.c239 unsigned char *record_type) in tls_process_cmsg()
/linux/tools/testing/selftests/net/
H A Dtls.c157 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() local
582 char record_type = 100; in TEST_F() local
857 char record_type = 100; in TEST_F() local
880 char record_type = 100; in TEST_F() local
1608 char record_type = 100; in TEST_F() local
/linux/tools/testing/selftests/landlock/
H A Daudit.h32 __u32 record_type; member