Searched refs:body_len (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_dev_frontend.c | 273 int path_len, tok_len, body_len; in watch_fired() local 283 body_len = path_len + tok_len; in watch_fired() 286 hdr.len = body_len; in watch_fired()
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | hif_tx.c | 39 static void *wfx_alloc_hif(size_t body_len, struct wfx_hif_msg **hif) in wfx_alloc_hif() argument 41 *hif = kzalloc(sizeof(struct wfx_hif_msg) + body_len, GFP_KERNEL); in wfx_alloc_hif()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 1574 u32 body_len; in svcauth_gss_decode_credbody() local 1588 body_len = be32_to_cpup(p); in svcauth_gss_decode_credbody() 1589 if (body_len > RPC_MAX_AUTH_SIZE) in svcauth_gss_decode_credbody() 1603 body_len); in svcauth_gss_decode_credbody() 1606 if (body_len != XDR_UNIT * 5 + xdr_align_size(handle_len)) in svcauth_gss_decode_credbody()
|
| /linux/net/sunrpc/ |
| H A D | xdr.c | 2402 void **body, unsigned int *body_len) in xdr_stream_decode_opaque_auth() argument 2412 *body_len = ret; in xdr_stream_decode_opaque_auth() 2430 void *body, unsigned int body_len) in xdr_stream_encode_opaque_auth() argument 2434 if (unlikely(body_len > RPC_MAX_AUTH_SIZE)) in xdr_stream_encode_opaque_auth() 2439 ret = xdr_stream_encode_opaque(xdr, body, body_len); in xdr_stream_encode_opaque_auth()
|
| /linux/arch/parisc/net/ |
| H A D | bpf_jit.h | 71 int body_len; member
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | sdio.c | 1052 u32 body_len = min_t(u32, skb->len - NXPWIFI_EVENT_HEADER_LEN, in nxpwifi_decode_rx_packet() local 1055 body_len); in nxpwifi_decode_rx_packet()
|