Searched refs:m_auth (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmon_client.c105 monc->m_auth->front.iov_len = len;
106 monc->m_auth->hdr.front_len = cpu_to_le32(len);
107 ceph_con_revoke(monc->con, monc->m_auth);
108 ceph_msg_get(monc->m_auth); /* keep our ref */
109 ceph_con_send(monc->con, monc->m_auth);
119 ceph_con_revoke(monc->con, monc->m_auth);
152 monc->m_auth->front.iov_base,
153 monc->m_auth->front_max);
780 monc->m_auth = ceph_msg_new(CEPH_MSG_AUTH, 4096, GFP_NOFS);
782 if (!monc->m_auth)
[all...]
H A Dmon_client.h67 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack; member in struct:ceph_mon_client
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dpfkey_dump.c197 struct sadb_key *m_auth, *m_enc; local
219 m_auth = (struct sadb_key *)mhp[SADB_EXT_KEY_AUTH];
276 if (m_auth != NULL) {
279 ipsec_hexdump((caddr_t)m_auth + sizeof(*m_auth),
280 m_auth->sadb_key_bits / 8);

Completed in 111 milliseconds