Searched refs:databuf (Results 1 – 1 of 1) sorted by relevance
270 char databuf[UPCALL_BUF_LEN]; member411 memcpy(gss_msg->databuf, &uid, sizeof(uid)); in gss_encode_v0_msg()412 gss_msg->msg.data = gss_msg->databuf; in gss_encode_v0_msg()415 BUILD_BUG_ON(sizeof(uid) > sizeof(gss_msg->databuf)); in gss_encode_v0_msg()437 char *p = gss_msg->databuf; in gss_encode_v1_msg()438 size_t buflen = sizeof(gss_msg->databuf); in gss_encode_v1_msg()491 trace_rpcgss_upcall_msg(gss_msg->databuf); in gss_encode_v1_msg()496 gss_msg->msg.data = gss_msg->databuf; in gss_encode_v1_msg()