Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netkey/
H A Dkeydb.c105 struct secashead *
108 struct secashead *p; in keydb_newsecashead()
113 p = (struct secashead *)_MALLOC(sizeof(*p), M_SECA, M_NOWAIT | M_ZERO); in keydb_newsecashead()
116 p = (struct secashead *)_MALLOC(sizeof(*p), M_SECA, in keydb_newsecashead()
132 struct secashead *p;
H A Dkeydb.h57 struct secashead { struct
58 LIST_ENTRY(secashead) chain;
111 struct secashead *sah; /* back pointer to the secashead */
167 extern struct secashead *keydb_newsecashead(void);
H A Dkey.h54 struct secashead;
91 extern void key_delsah(struct secashead *sah);
92 extern struct secashead *key_newsah2(struct secasindex *saidx, u_int8_t dir);
H A Dkey.c158 static LIST_HEAD(_sahtree, secashead) sahtree; /* SAD */
160 static LIST_HEAD(_custom_sahtree, secashead) custom_sahtree;
429 static struct secasvar *key_do_allocsa_policy(struct secashead *, u_int, u_int16_t);
430 static int key_do_get_translated_port(struct secashead *, struct secasvar *, u_int);
457 static struct secashead *key_newsah(struct secasindex *, ifnet_t, u_int, u_int8_t, u_int16_t);
459 const struct sadb_msghdr *, struct secashead *, int *,
461 static struct secashead *key_getsah(struct secasindex *, u_int16_t);
464 static struct secasvar *key_getsavbyspi(struct secashead *, u_int32_t);
798 struct secashead *sah; in key_alloc_outbound_sav_for_interface()
962 struct secashead *sah; in key_allocsa_policy()
[all …]
/xnu-8019.80.24/bsd/netinet6/
H A Desp_output.c406 struct secashead *sah = sav->sah; in esp_output()