Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dsmb2misc.c24 __u64 wire_mid = le64_to_cpu(shdr->MessageId); in check_smb2_hdr() local
31 (mid == wire_mid)) { in check_smb2_hdr()
45 if (mid != wire_mid) in check_smb2_hdr()
47 mid, wire_mid); in check_smb2_hdr()
49 cifs_dbg(VFS, "Bad SMB detected. The Mid=%llu\n", wire_mid); in check_smb2_hdr()
Dsmb2ops.c343 __u64 wire_mid = le64_to_cpu(shdr->MessageId); in __smb2_find_mid() local
352 if ((mid->mid == wire_mid) && in __smb2_find_mid()