Home
last modified time | relevance | path

Searched refs:tcp_seq (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/net/tls/
H A Dtrace.h25 __field( u32, tcp_seq )
33 __entry->tcp_seq = tcp_seq;
54 __field( u32, tcp_seq )
63 __entry->tcp_seq = tcp_seq;
86 __field( u32, tcp_seq )
93 __entry->tcp_seq = tcp_seq;
155 __field( u32, tcp_seq )
161 __entry->tcp_seq = tcp_seq;
175 TP_ARGS(sk, tcp_seq, rec_no),
180 __field( u32, tcp_seq )
[all …]
H A Dtls_device_fallback.c249 u32 tcp_seq = ntohl(tcp_hdr(skb)->seq); in fill_sg_in() local
256 record = tls_get_record(ctx, tcp_seq, rcd_sn); in fill_sg_in()
262 *sync_size = tcp_seq - tls_record_start_seq(record); in fill_sg_in()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dfw.h14 __be32 tcp_seq; member
54 __be32 tcp_seq; member
90 __be32 tcp_seq; member
H A Dtls.c335 back->tcp_seq = cpu_to_be32(start_offload_tcp_sn); in nfp_net_tls_add()
445 req->tcp_seq = cpu_to_be32(seq); in nfp_net_tls_resync()
482 __be32 tcp_seq; in nfp_net_tls_rx_resync_req() local
531 memcpy(&tcp_seq, &req->tcp_seq, sizeof(tcp_seq)); in nfp_net_tls_rx_resync_req()
532 tls_offload_rx_resync_request(sk, tcp_seq); in nfp_net_tls_rx_resync_req()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c880 TCB_TX_MAX_V(tcp_seq), 0); in chcr_ktls_xmit_tcb_cpls()
1228 tx_data->rsvd = htonl(tcp_seq); in chcr_ktls_xmit_wr_complete()
1404 tx_data->rsvd = htonl(tcp_seq); in chcr_ktls_xmit_wr_short()
1538 tx_data->rsvd = htonl(tcp_seq); in chcr_ktls_tx_plaintxt()
1874 tcp_seq -= prior_data_len; in chcr_short_record_handler()
1939 tcp_seq = ntohl(th->seq); in chcr_ktls_xmit()
2005 u32 tx_max = tcp_seq; in chcr_ktls_xmit()
2054 tcp_seq = record->end_seq; in chcr_ktls_xmit()
2062 tcp_seq, mss, in chcr_ktls_xmit()
2072 tcp_seq += tls_end_offset; in chcr_ktls_xmit()
[all …]
/openbmc/linux/net/core/
H A Dtso.c30 put_unaligned_be32(tso->tcp_seq, &tcph->seq); in tso_build_hdr()
48 tso->tcp_seq += size; /* not worth avoiding this operation for UDP */ in tso_build_data()
71 tso->tcp_seq = (tlen != sizeof(struct udphdr)) ? ntohl(tcp_hdr(skb)->seq) : 0; in tso_start()
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.c29 .tcp_seq = cpu_to_be32(start_offload_tcp_sn), in fun_ktls_add()
85 offsetof(struct fun_admin_ktls_modify_req, tcp_seq)); in fun_ktls_del()
114 req.tcp_seq = cpu_to_be32(seq); in fun_ktls_resync()
/openbmc/qemu/net/
H A Dcolo-compare.c198 return b->tcp_seq - a->tcp_seq; in seq_sorter()
208 pkt->tcp_seq = ntohl(tcphd->th_seq); in fill_pkt_tcp_info()
215 pkt->seq_end = pkt->tcp_seq + pkt->payload_size; in fill_pkt_tcp_info()
356 if (ppkt->tcp_seq == spkt->tcp_seq && ppkt->seq_end == spkt->seq_end) { in colo_mark_tcp_pkt()
429 if (ppkt->tcp_seq == ppkt->seq_end) { in colo_compare_tcp()
440 if (spkt->tcp_seq == spkt->seq_end) { in colo_compare_tcp()
465 ppkt->tcp_seq, ppkt->tcp_ack, in colo_compare_tcp()
470 spkt->tcp_seq, spkt->tcp_ack, in colo_compare_tcp()
H A Dcolo.h49 uint32_t tcp_seq; /* sequence number */ member
/openbmc/linux/include/net/
H A Dtso.h17 u32 tcp_seq; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c623 u32 tcp_seq, int datalen, struct tx_sync_info *info) in tx_sync_info_get() argument
633 record = tls_get_record(tx_ctx, tcp_seq, &info->rcd_sn); in tx_sync_info_get()
648 ends_before = before(tcp_seq + datalen - 1, tls_record_start_seq(record)); in tx_sync_info_get()
658 info->sync_len = tcp_seq - tls_record_start_seq(record); in tx_sync_info_get()
/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_hci.h982 __be32 tcp_seq; member
1001 .tcp_seq = cpu_to_be32(_tcp_seq), .version = _version, \