Lines Matching refs:smbd_response
14 static struct smbd_response *get_empty_queue_buffer(
16 static struct smbd_response *get_receive_buffer(
20 struct smbd_response *response);
25 struct smbd_connection *info, struct smbd_response *response);
28 struct smbd_response *response, int data_length);
29 static struct smbd_response *_get_first_reassembly(
34 struct smbd_response *response);
260 static inline void *smbd_response_payload(struct smbd_response *response)
311 struct smbd_response *response, int packet_length)
385 struct smbd_response *response;
445 struct smbd_response *response =
446 container_of(wc->wr_cqe, struct smbd_response, cqe);
1041 struct smbd_connection *info, struct smbd_response *response)
1077 struct smbd_response *response = get_receive_buffer(info);
1111 struct smbd_connection *info, struct smbd_response *response)
1133 struct smbd_response *response,
1157 static struct smbd_response *_get_first_reassembly(struct smbd_connection *info)
1159 struct smbd_response *ret = NULL;
1164 struct smbd_response, list);
1169 static struct smbd_response *get_empty_queue_buffer(
1172 struct smbd_response *ret = NULL;
1179 struct smbd_response, list);
1194 static struct smbd_response *get_receive_buffer(struct smbd_connection *info)
1196 struct smbd_response *ret = NULL;
1203 struct smbd_response, list);
1220 struct smbd_connection *info, struct smbd_response *response)
1240 struct smbd_response *response;
1273 struct smbd_response, list);
1284 struct smbd_response *response;
1324 struct smbd_response *response;
1479 sizeof(struct smbd_response) +
1770 struct smbd_response *response;