Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb2misc.c413 if (mid < conn->seq_low || mid + charge > conn->seq_high) { in smb2_check_sequence_number()
416 mid, charge, conn->seq_low, conn->seq_high); in smb2_check_sequence_number()
435 while (conn->seq_low < conn->seq_high && in smb2_check_sequence_number()
H A Dconnection.h97 u64 seq_high; member
H A Dconnection.c317 conn->seq_high = 1; in ksmbd_conn_alloc()
H A Dsmb2pdu.c423 window_room = conn->seq_low + KSMBD_CMD_SEQ_WINDOW - conn->seq_high; in smb2_set_rsp_credits()
431 for (i = conn->seq_high; i < conn->seq_high + credits_granted; i++) in smb2_set_rsp_credits()
433 conn->seq_high += credits_granted; in smb2_set_rsp_credits()