Searched refs:tcp_seq (Results 1 – 3 of 3) sorted by relevance
/net/tls/ |
D | trace.h | 17 TP_PROTO(struct sock *sk, int dir, u32 tcp_seq, u8 *rec_no, int ret), 19 TP_ARGS(sk, dir, tcp_seq, rec_no, ret), 25 __field( u32, tcp_seq ) 33 __entry->tcp_seq = tcp_seq; 39 __entry->sk, __entry->dir, __entry->tcp_seq, __entry->rec_no, 46 TP_PROTO(struct sock *sk, u32 tcp_seq, u8 *rec_no, u32 rec_len, 49 TP_ARGS(sk, tcp_seq, rec_no, rec_len, encrypted, decrypted), 54 __field( u32, tcp_seq ) 63 __entry->tcp_seq = tcp_seq; 71 __entry->sk, __entry->tcp_seq, [all …]
|
D | tls_device_fallback.c | 249 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()
|
/net/core/ |
D | tso.c | 30 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()
|