Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifspdu.h426 __le16 *bc_ptr = (__le16 *)BCC(hdr); in get_bcc() local
428 return get_unaligned_le16(bc_ptr); in get_bcc()
435 __le16 *bc_ptr = (__le16 *)BCC(hdr); in put_bcc() local
437 put_unaligned_le16(count, bc_ptr); in put_bcc()