Lines Matching refs:m_sa
238 struct sadb_sa *m_sa; local
272 m_sa = (void *)mhp[SADB_EXT_SA];
334 if (m_sa == NULL) {
358 (u_int32_t)ntohl(m_sa->sadb_sa_spi),
359 (u_int32_t)ntohl(m_sa->sadb_sa_spi),
373 GETMSGV2S(str_alg_comp, m_sa->sadb_sa_encrypt);
377 GETMSGV2S(str_alg_enc, m_sa->sadb_sa_encrypt);
387 GETMSGV2S(str_alg_auth, m_sa->sadb_sa_auth);
396 m_sa->sadb_sa_replay,
397 m_sa->sadb_sa_flags);
401 GETMSGSTR(str_state, m_sa->sadb_sa_state);