Searched refs:body_len (Results 1 – 5 of 5) sorted by relevance
273 int path_len, tok_len, body_len; in watch_fired() local283 body_len = path_len + tok_len; in watch_fired()286 hdr.len = body_len; in watch_fired()
39 static void *wfx_alloc_hif(size_t body_len, struct wfx_hif_msg **hif) in wfx_alloc_hif() argument41 *hif = kzalloc(sizeof(struct wfx_hif_msg) + body_len, GFP_KERNEL); in wfx_alloc_hif()
1573 u32 body_len; in svcauth_gss_decode_credbody() local1584 body_len = be32_to_cpup(p); in svcauth_gss_decode_credbody()1585 if (body_len > RPC_MAX_AUTH_SIZE) in svcauth_gss_decode_credbody()1599 body_len); in svcauth_gss_decode_credbody()1602 if (body_len != XDR_UNIT * 5 + xdr_align_size(handle_len)) in svcauth_gss_decode_credbody()
2265 void **body, unsigned int *body_len) in xdr_stream_decode_opaque_auth() argument2275 *body_len = ret; in xdr_stream_decode_opaque_auth()2293 void *body, unsigned int body_len) in xdr_stream_encode_opaque_auth() argument2297 if (unlikely(body_len > RPC_MAX_AUTH_SIZE)) in xdr_stream_encode_opaque_auth()2302 ret = xdr_stream_encode_opaque(xdr, body, body_len); in xdr_stream_encode_opaque_auth()
71 int body_len; member