Home
last modified time | relevance | path

Searched refs:TLS_MAX_PAYLOAD_SIZE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_tx.c29 num_dumps = mlx5e_ktls_dumps_num_wqes(sq, MAX_SKB_FRAGS, TLS_MAX_PAYLOAD_SIZE); in mlx5e_ktls_get_stop_room()
/Linux-v5.10/include/net/
Dtls.h55 #define TLS_MAX_PAYLOAD_SIZE ((size_t)1 << 14) macro
/Linux-v5.10/net/tls/
Dtls_sw.c976 record_room = TLS_MAX_PAYLOAD_SIZE - msg_pl->sg.size; in tls_sw_sendmsg()
1180 record_room = TLS_MAX_PAYLOAD_SIZE - msg_pl->sg.size; in tls_sw_do_sendpage()
2082 if (data_len > TLS_MAX_PAYLOAD_SIZE + cipher_overhead + in tls_read_size()
Dtls_device.c453 max_open_record_len = TLS_MAX_PAYLOAD_SIZE + in tls_push_data()