Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dsmb1ops.c388 char *buf, int malformed) in cifs_check_trans2() argument
390 if (malformed) in cifs_check_trans2()
397 malformed = coalesce_t2(buf, mid->resp_buf); in cifs_check_trans2()
398 if (malformed > 0) in cifs_check_trans2()
402 dequeue_mid(mid, malformed); in cifs_check_trans2()
Dconnect.c659 dequeue_mid(struct mid_q_entry *mid, bool malformed) in dequeue_mid() argument
665 if (!malformed) in dequeue_mid()
675 char *buf, int malformed) in handle_mid() argument
678 server->ops->check_trans2(mid, server, buf, malformed)) in handle_mid()
690 dequeue_mid(mid, malformed); in handle_mid()
Dcifsproto.h184 extern void dequeue_mid(struct mid_q_entry *mid, bool malformed);
/linux-4.1.27/Documentation/networking/
Dopenvswitch.txt201 Handling malformed packets
204 Don't drop packets in the kernel for malformed protocol headers, bad
234 missing or malformed VLAN TCI.
/linux-4.1.27/drivers/tty/
Dn_gsm.c264 unsigned long malformed; member
1842 gsm->malformed++; in gsm_queue()
1953 gsm->malformed++; in gsm1_receive()
/linux-4.1.27/net/sctp/
Dsm_make_chunk.c1722 goto malformed; in sctp_unpack_cookie()
1726 goto malformed; in sctp_unpack_cookie()
1852 malformed: in sctp_unpack_cookie()
/linux-4.1.27/scripts/
Dspelling.txt605 misformed||malformed
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped2363 print_error("malformed character literal");