Home
last modified time | relevance | path

Searched refs:key_newsah (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.140.69/bsd/netkey/
H A Dkey.c445 static struct secashead *key_newsah(struct secasindex *, ifnet_t, u_int, u_int8_t, u_int16_t);
3769 key_newsah(struct secasindex *saidx, in key_newsah() function
4189 return key_newsah(saidx, NULL, 0, dir, SECURITY_ASSOCIATION_PFKEY); in key_newsah2()
6630 …if ((newsah = key_newsah(&saidx, ipsec_if, key_get_outgoing_ifindex_from_message(mhp, SADB_X_EXT_I… in key_getspi()
7140 …if ((newsah = key_newsah(&saidx1, ipsec_if1, key_get_outgoing_ifindex_from_message(mhp, SADB_X_EXT… in key_migrate()
7312 …if ((newsah = key_newsah(&saidx, ipsec_if, key_get_outgoing_ifindex_from_message(mhp, SADB_X_EXT_I… in key_add()
10498 …if ((sah = key_newsah(&saidx, NULL, 0, IPSEC_DIR_ANY, SECURITY_ASSOCIATION_CUSTOM_IPSEC)) == NULL)… in key_reserve_custom_ipsec()