Home
last modified time | relevance | path

Searched refs:head_onwire_len (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ceph/
H A Dmessenger_v2.c390 static int head_onwire_len(int ctrl_len, bool secure) in head_onwire_len() function
1375 buf = alloc_conn_buf(con, head_onwire_len(ctrl_len, false)); in prepare_hello()
1399 buf = alloc_conn_buf(con, head_onwire_len(ctrl_len, false)); in prepare_auth_request()
1436 buf = alloc_conn_buf(con, head_onwire_len(ctrl_len, false)); in prepare_auth_request_more()
1464 buf = alloc_conn_buf(con, head_onwire_len(SHA256_DIGEST_SIZE, in prepare_auth_signature()
1510 buf = alloc_conn_buf(con, head_onwire_len(ctrl_len, con_secure(con))); in prepare_client_ident()
1547 buf = alloc_conn_buf(con, head_onwire_len(ctrl_len, con_secure(con))); in prepare_session_reconnect()
1817 head_len = head_onwire_len(ctrl_len, false); in prepare_read_control()