Lines Matching defs:packet
146 * Indicate if we have received a full packet on the connection
147 * This is used to identify the first SMBD packet of a assembled
148 * payload (SMB packet) in reassembly queue so we can return a
150 * packet received
182 /* SMBD negotiation request packet [MS-SMBD] 2.2.1 */
193 /* SMBD negotiation response packet [MS-SMBD] 2.2.2 */
208 /* SMBD data transfer packet with payload [MS-SMBD] 2.2.3 */
221 /* The packet fields for a registered RDMA buffer */
235 /* the SGE entries for this packet */
239 /* SMBD packet header follows this structure */
240 u8 packet[];
254 /* Indicate if this is the 1st packet of a payload */
257 /* SMBD packet header and payload follows this structure */
258 u8 packet[];