Lines Matching refs:chain
152 if (mbc != NULL && (m = mbc->chain) != NULL) { in smb_session_send()
154 m = m_prepend(mbc->chain, NETBIOS_HDR_SZ, M_WAIT); in smb_session_send()
155 mbc->chain = NULL; in smb_session_send()
178 if (mbc != NULL && mbc->chain != NULL) { in smb_session_send()
179 m_freem(mbc->chain); in smb_session_send()
180 mbc->chain = NULL; in smb_session_send()
1424 if (sr->command.chain) in smb_request_free()
1425 m_freem(sr->command.chain); in smb_request_free()
1426 if (sr->reply.chain) in smb_request_free()
1427 m_freem(sr->reply.chain); in smb_request_free()
1428 if (sr->raw_data.chain) in smb_request_free()
1429 m_freem(sr->raw_data.chain); in smb_request_free()