Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb1ops.c287 coalesce_t2(char *second_buf, struct smb_hdr *target_hdr) in coalesce_t2() argument
290 struct smb_t2_rsp *pSMBt = (struct smb_t2_rsp *)target_hdr; in coalesce_t2()
344 byte_count = get_bcc(target_hdr); in coalesce_t2()
351 put_bcc(byte_count, target_hdr); in coalesce_t2()
353 byte_count = be32_to_cpu(target_hdr->smb_buf_length); in coalesce_t2()
361 target_hdr->smb_buf_length = cpu_to_be32(byte_count); in coalesce_t2()