Searched refs:m_spi (Results 1 – 1 of 1) sorted by relevance
412 struct sadb_spirange m_spi; in key_setspirange() local414 m_spi.sadb_spirange_len = PFKEY_UNIT64(sizeof(m_spi)); in key_setspirange()415 m_spi.sadb_spirange_exttype = SADB_EXT_SPIRANGE; in key_setspirange()416 m_spi.sadb_spirange_min = 0x00001000; in key_setspirange()417 m_spi.sadb_spirange_max = 0x00002000; in key_setspirange()418 m_spi.sadb_spirange_reserved = 0; in key_setspirange()420 memcpy(m_buf + m_len, &m_spi, sizeof(struct sadb_spirange)); in key_setspirange()