Lines Matching refs:m_sa
203 struct sadb_sa *m_sa;
229 m_sa = (struct sadb_sa *)mhp[SADB_EXT_SA];
271 if (m_sa == NULL) {
290 (u_int32_t)ntohl(m_sa->sadb_sa_spi),
291 (u_int32_t)ntohl(m_sa->sadb_sa_spi),
310 GETMSGV2S(str_alg_comp, m_sa->sadb_sa_encrypt);
314 GETMSGV2S(str_alg_enc, m_sa->sadb_sa_encrypt);
324 GETMSGV2S(str_alg_auth, m_sa->sadb_sa_auth);
334 m_sa->sadb_sa_replay,
335 m_sa->sadb_sa_flags);
339 GETMSGSTR(str_state, m_sa->sadb_sa_state);