Home | History | Annotate | Download | only in racoon

Lines Matching refs:m_sec_ctx

1730 	struct sadb_x_sec_ctx *m_sec_ctx;
1756 m_sec_ctx = (struct sadb_x_sec_ctx *)mhp[SADB_X_EXT_SEC_CTX];
1758 if (m_sec_ctx != NULL) {
1760 m_sec_ctx->sadb_x_ctx_doi);
1763 m_sec_ctx->sadb_x_ctx_alg);
1765 m_sec_ctx->sadb_x_ctx_len);
1767 ((char *)m_sec_ctx + sizeof(struct sadb_x_sec_ctx)));
1897 if (m_sec_ctx) {
1898 spidx.sec_ctx.ctx_doi = m_sec_ctx->sadb_x_ctx_doi;
1899 spidx.sec_ctx.ctx_alg = m_sec_ctx->sadb_x_ctx_alg;
1900 spidx.sec_ctx.ctx_strlen = m_sec_ctx->sadb_x_ctx_len;
1902 ((char *)m_sec_ctx + sizeof(struct sadb_x_sec_ctx)),
1962 if (m_sec_ctx) {