Home | History | Annotate | Download | only in racoon

Lines Matching refs:m_sec_ctx

1647 	struct sadb_x_sec_ctx *m_sec_ctx;
1671 m_sec_ctx = (struct sadb_x_sec_ctx *)mhp[SADB_X_EXT_SEC_CTX];
1673 if (m_sec_ctx != NULL) {
1675 m_sec_ctx->sadb_x_ctx_doi);
1678 m_sec_ctx->sadb_x_ctx_alg);
1680 m_sec_ctx->sadb_x_ctx_len);
1682 ((char *)m_sec_ctx + sizeof(struct sadb_x_sec_ctx)));
1783 if (m_sec_ctx) {
1784 spidx.sec_ctx.ctx_doi = m_sec_ctx->sadb_x_ctx_doi;
1785 spidx.sec_ctx.ctx_alg = m_sec_ctx->sadb_x_ctx_alg;
1786 spidx.sec_ctx.ctx_strlen = m_sec_ctx->sadb_x_ctx_len;
1788 ((char *)m_sec_ctx + sizeof(struct sadb_x_sec_ctx)),
1892 if (m_sec_ctx) {