Lines Matching refs:head_onwire_len
390 static int head_onwire_len(int ctrl_len, bool secure)
436 /* head_onwire_len(sizeof(struct ceph_msg_header2), false) */
1375 buf = alloc_conn_buf(con, head_onwire_len(ctrl_len, false));
1388 /* so that head_onwire_len(AUTH_BUF_LEN, false) is 512 */
1399 buf = alloc_conn_buf(con, head_onwire_len(ctrl_len, false));
1436 buf = alloc_conn_buf(con, head_onwire_len(ctrl_len, false));
1464 buf = alloc_conn_buf(con, head_onwire_len(SHA256_DIGEST_SIZE,
1510 buf = alloc_conn_buf(con, head_onwire_len(ctrl_len, con_secure(con)));
1547 buf = alloc_conn_buf(con, head_onwire_len(ctrl_len, con_secure(con)));
1817 head_len = head_onwire_len(ctrl_len, false);