Searched refs:key_getsah (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/netkey/
H A Dkey.c474 static struct secashead *key_getsah(struct secasindex *);
3906 key_getsah(struct secasindex *saidx) function
3930 sah = key_getsah(saidx);
6513 if ((newsah = key_getsah(&saidx)) == NULL) {
6840 if ((sah = key_getsah(&saidx)) == NULL) {
7071 if ((newsah = key_getsah(&saidx)) == NULL) {

Completed in 38 milliseconds