Home
last modified time | relevance | path

Searched refs:TLS_MAX_PAYLOAD_SIZE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/net/tls/
H A Dtls_strp.c291 chunk = TLS_MAX_PAYLOAD_SIZE + PAGE_SIZE; in tls_strp_copyin_skb()
401 need_spc = strp->stm.full_len ?: TLS_MAX_PAYLOAD_SIZE + PAGE_SIZE; in tls_strp_read_copy()
H A Dtls.h45 TLS_MAX_PAYLOAD_SIZE >> PAGE_SHIFT))
H A Dtls_sw.c1062 record_room = TLS_MAX_PAYLOAD_SIZE - msg_pl->sg.size; in tls_sw_sendmsg_locked()
1879 max_rec = prot->overhead_size - prot->tail_size + TLS_MAX_PAYLOAD_SIZE; in tls_read_flush_backlog()
2389 if (data_len > TLS_MAX_PAYLOAD_SIZE + cipher_overhead + in tls_rx_msg_size()
H A Dtls_device.c468 max_open_record_len = TLS_MAX_PAYLOAD_SIZE + in tls_push_data()
/kernel/linux/linux-6.6/include/net/
H A Dtls.h55 #define TLS_MAX_PAYLOAD_SIZE ((size_t)1 << 14) macro
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c29 num_dumps = mlx5e_ktls_dumps_num_wqes(sq, MAX_SKB_FRAGS, TLS_MAX_PAYLOAD_SIZE); in mlx5e_ktls_get_stop_room()
/kernel/linux/linux-5.10/include/net/
H A Dtls.h55 #define TLS_MAX_PAYLOAD_SIZE ((size_t)1 << 14) macro
/kernel/linux/linux-5.10/net/tls/
H A Dtls_sw.c984 record_room = TLS_MAX_PAYLOAD_SIZE - msg_pl->sg.size; in tls_sw_sendmsg()
1188 record_room = TLS_MAX_PAYLOAD_SIZE - msg_pl->sg.size; in tls_sw_do_sendpage()
2091 if (data_len > TLS_MAX_PAYLOAD_SIZE + cipher_overhead + in tls_read_size()
H A Dtls_device.c456 max_open_record_len = TLS_MAX_PAYLOAD_SIZE + in tls_push_data()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c34 num_dumps = mlx5e_ktls_dumps_num_wqes(params, MAX_SKB_FRAGS, TLS_MAX_PAYLOAD_SIZE); in mlx5e_ktls_get_stop_room()

Completed in 21 milliseconds