Searched refs:pdu_size (Results 1 - 13 of 13) sorted by relevance

/linux-master/net/atm/
H A Datm_misc.c26 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc, int pdu_size, argument
30 int guess = SKB_TRUESIZE(pdu_size);
34 struct sk_buff *skb = alloc_skb(pdu_size, gfp_flags);
/linux-master/fs/smb/server/
H A Dconnection.c276 unsigned int pdu_size, max_allowed_pdu_size; local
299 pdu_size = get_rfc1002_len(hdr_buf);
300 ksmbd_debug(CONN, "RFC1002 header %u bytes\n", pdu_size);
308 if (pdu_size > max_allowed_pdu_size) {
310 pdu_size, max_allowed_pdu_size,
318 if (pdu_size > MAX_STREAM_PROT_LEN)
321 if (pdu_size < SMB1_MIN_SUPPORTED_HEADER_SIZE)
326 size = pdu_size + 4 + 1;
337 size = t->ops->read(t, conn->request_buf + 4, pdu_size, 2);
343 if (size != pdu_size) {
[all...]
/linux-master/net/caif/
H A Dcfrfml.c29 u16 pdu_size; member in struct:cfrfml
86 rfml->pdu_size + RFM_HEAD_SIZE);
122 rfml->pdu_size = get_unaligned_le16(rfml->seghead+4);
163 if (rfml->pdu_size != cfpkt_getlen(pkt) - RFM_HEAD_SIZE + 1)
/linux-master/drivers/scsi/bfa/
H A Dbfa_fcbuild.h132 u16 pdu_size, u8 set_npiv, u8 set_auth,
137 u16 pdu_size);
142 u16 pdu_size,
147 wwn_t node_name, u16 pdu_size, u16 bb_cr);
190 u16 pdu_size, u16 bb_cr);
291 u16 pdu_size);
H A Dbfa_fcbuild.c197 u16 pdu_size, u16 bb_cr, u8 els_code)
213 plogi->csp.rxsz = plogi->class3.rxsz = cpu_to_be16(pdu_size);
224 u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size,
235 flogi->csp.rxsz = flogi->class3.rxsz = cpu_to_be16(pdu_size);
263 u16 pdu_size, u16 local_bb_credits, u8 bb_scn)
266 u16 bbscn_rxsz = (bb_scn << 12) | pdu_size;
272 flogi->class3.rxsz = cpu_to_be16(pdu_size);
284 u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size)
293 flogi->csp.rxsz = flogi->class3.rxsz = cpu_to_be16(pdu_size);
303 u16 pdu_size, u1
195 fc_plogi_x_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, __be16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size, u16 bb_cr, u8 els_code) argument
223 fc_flogi_build(struct fchs_s *fchs, struct fc_logi_s *flogi, u32 s_id, u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size, u8 set_npiv, u8 set_auth, u16 local_bb_credits) argument
261 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi, u32 s_id, __be16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size, u16 local_bb_credits, u8 bb_scn) argument
283 fc_fdisc_build(struct fchs_s *fchs, struct fc_logi_s *flogi, u32 s_id, u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size) argument
301 fc_plogi_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size, u16 bb_cr) argument
310 fc_plogi_acc_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size, u16 bb_cr) argument
805 fc_pdisc_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size) argument
[all...]
H A Dbfi_ms.h414 __be16 pdu_size; member in struct:bfi_lps_login_req_s
H A Dbfa_svc.c1661 m->pdu_size = cpu_to_be16(lps->pdusz);
/linux-master/include/linux/
H A Datmdev.h289 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc,int pdu_size,
/linux-master/fs/smb/client/
H A Dsmb2misc.c142 int pdu_size = sizeof(struct smb2_pdu); local
191 if (len < pdu_size) {
H A Dconnect.c1058 unsigned int pdu_length = server->pdu_size;
1209 server->pdu_size = pdu_length;
1212 if (server->pdu_size < MID_HEADER_SIZE(server)) {
1214 server->pdu_size);
1235 server->pdu_size = next_offset;
1284 mids[i]->resp_buf_size = server->pdu_size;
1319 if (pdu_length > server->pdu_size) {
1322 pdu_length -= server->pdu_size;
H A Dsmb2ops.c4712 unsigned int buflen = server->pdu_size;
4778 (server->pdu_size >= server->min_offload)) {
4827 unsigned int pdu_length = server->pdu_size;
4875 mid_entry->resp_buf_size = server->pdu_size;
4919 unsigned int pdu_length = server->pdu_size;
4950 return handle_read_data(server, mid, buf, server->pdu_size,
H A Dtransport.c1660 unsigned int rfclen = server->pdu_size;
1707 unsigned int buflen = server->pdu_size + HEADER_PREAMBLE_SIZE(server);
H A Dcifsglob.h760 unsigned int pdu_size; member in struct:TCP_Server_Info

Completed in 265 milliseconds