freebsd-dev/sys/dev/iscsi
Alexander Motin 898fd11f5e Remove M_PKTHDR from m_getm2() in icl_pdu_append_data().
ip_data_mbuf is always appended to ip_bhs_mbuf, so it does not need own
packet header.  This change first avoids allocation/initialization of the
header, and then avoids dropping one when it later gets to socket buffer.

MFC after:	2 weeks
2017-02-13 20:36:28 +00:00
..
icl_conn_if.m Add icl_conn_connect() ICL method, required for iSER. 2016-05-17 11:10:44 +00:00
icl_soft_proxy.c Rename icl_proxy.c to icl_soft_proxy.c, to make it clear it's a part 2016-05-17 15:21:17 +00:00
icl_soft.c Remove M_PKTHDR from m_getm2() in icl_pdu_append_data(). 2017-02-13 20:36:28 +00:00
icl_wrappers.h Add icl_conn_connect() ICL method, required for iSER. 2016-05-17 11:10:44 +00:00
icl.c Make the iSCSI parameter negotiation more flexible. 2016-08-25 05:22:53 +00:00
icl.h Make the iSCSI parameter negotiation more flexible. 2016-08-25 05:22:53 +00:00
iscsi_ioctl.h Make the iSCSI parameter negotiation more flexible. 2016-08-25 05:22:53 +00:00
iscsi_proto.h Missed addition to r278098. 2015-02-02 16:06:23 +00:00
iscsi.c Fix send/recv limit mixup. 2016-09-05 23:12:24 +00:00
iscsi.h Make the iSCSI parameter negotiation more flexible. 2016-08-25 05:22:53 +00:00