Home
last modified time | relevance | path

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

/Linux-v5.15/net/mctp/
Droute.c183 u8 exp_seq, this_seq; in mctp_frag_queue() local
195 exp_seq = (key->last_seq + 1) & MCTP_HDR_SEQ_MASK; in mctp_frag_queue()
197 if (this_seq != exp_seq) in mctp_frag_queue()
/Linux-v5.15/net/tls/
Dtls_device.c209 void tls_offload_tx_resync_request(struct sock *sk, u32 got_seq, u32 exp_seq) in tls_offload_tx_resync_request() argument
213 trace_tls_device_tx_resync_req(sk, got_seq, exp_seq); in tls_offload_tx_resync_request()
/Linux-v5.15/include/net/
Dtls.h718 void tls_offload_tx_resync_request(struct sock *sk, u32 got_seq, u32 exp_seq);
/Linux-v5.15/Documentation/networking/
Dtls-offload.rst246 void tls_offload_tx_resync_request(struct sock *sk, u32 got_seq, u32 exp_seq)