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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c456 static struct secashead *key_newsah(struct secasindex *, u_int8_t);
3052 key_newsah( function
3471 return(key_newsah(saidx, dir));
5812 if ((newsah = key_newsah(&saidx, IPSEC_DIR_INBOUND)) == NULL) {
6358 if ((newsah = key_newsah(&saidx, IPSEC_DIR_OUTBOUND)) == NULL) {

Completed in 17 milliseconds