Home
last modified time | relevance | path

Searched refs:wire_mid (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/cifs/
Dsmb2misc.c36 __u64 wire_mid = le64_to_cpu(shdr->MessageId); in check_smb2_hdr() local
43 (mid == wire_mid)) { in check_smb2_hdr()
57 if (mid != wire_mid) in check_smb2_hdr()
59 mid, wire_mid); in check_smb2_hdr()
61 cifs_dbg(VFS, "Bad SMB detected. The Mid=%llu\n", wire_mid); in check_smb2_hdr()
Dsmb2ops.c222 __u64 wire_mid = le64_to_cpu(shdr->MessageId); in smb2_find_mid() local
231 if ((mid->mid == wire_mid) && in smb2_find_mid()