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);
266 static inline void *smbd_response_payload(struct smbd_response *response)
317 struct smbd_response *response, int packet_length)
391 struct smbd_response *response;
451 struct smbd_response *response =
452 container_of(wc->wr_cqe, struct smbd_response, cqe);
1008 struct smbd_connection *info, struct smbd_response *response)
1044 struct smbd_response *response = get_receive_buffer(info);
1078 struct smbd_connection *info, struct smbd_response *response)
1100 struct smbd_response *response,
1124 static struct smbd_response *_get_first_reassembly(struct smbd_connection *info)
1126 struct smbd_response *ret = NULL;
1131 struct smbd_response, list);
1136 static struct smbd_response *get_empty_queue_buffer(
1139 struct smbd_response *ret = NULL;
1146 struct smbd_response, list);
1161 static struct smbd_response *get_receive_buffer(struct smbd_connection *info)
1163 struct smbd_response *ret = NULL;
1170 struct smbd_response, list);
1187 struct smbd_connection *info, struct smbd_response *response)
1207 struct smbd_response *response;
1240 struct smbd_response, list);
1251 struct smbd_response *response;
1291 struct smbd_response *response;
1449 sizeof(struct smbd_response) +
1738 struct smbd_response *response;