Searched refs:malformed (Results 1 – 3 of 3) sorted by relevance
/fs/cifs/ |
D | smb1ops.c | 391 char *buf, int malformed) in cifs_check_trans2() argument 393 if (malformed) in cifs_check_trans2() 400 malformed = coalesce_t2(buf, mid->resp_buf); in cifs_check_trans2() 401 if (malformed > 0) in cifs_check_trans2() 405 dequeue_mid(mid, malformed); in cifs_check_trans2()
|
D | connect.c | 743 dequeue_mid(struct mid_q_entry *mid, bool malformed) in dequeue_mid() argument 749 if (!malformed) in dequeue_mid() 759 char *buf, int malformed) in handle_mid() argument 762 server->ops->check_trans2(mid, server, buf, malformed)) in handle_mid() 774 dequeue_mid(mid, malformed); in handle_mid()
|
D | cifsproto.h | 183 extern void dequeue_mid(struct mid_q_entry *mid, bool malformed);
|