Searched refs:secashead (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.81.4/bsd/netkey/ |
| H A D | keydb.c | 103 struct secashead * 106 struct secashead *p; in keydb_newsecashead() 110 p = kalloc_type(struct secashead, Z_NOWAIT | Z_ZERO); in keydb_newsecashead() 113 p = kalloc_type(struct secashead, Z_WAITOK | Z_ZERO | Z_NOFAIL); in keydb_newsecashead()
|
| H A D | keydb.h | 57 struct secashead { struct 58 LIST_ENTRY(secashead) chain; 117 struct secashead *sah; /* back pointer to the secashead */ 178 extern struct secashead *keydb_newsecashead(void);
|
| H A D | key.h | 54 struct secashead; 88 extern void key_delsah(struct secashead *sah); 89 extern struct secashead *key_newsah2(struct secasindex *saidx, u_int8_t dir);
|
| H A D | key.c | 165 static LIST_HEAD(_sahtree, secashead) sahtree; /* SAD */ 167 static LIST_HEAD(_custom_sahtree, secashead) custom_sahtree; 417 static struct secasvar *key_do_allocsa_policy(struct secashead *, u_int, u_int16_t); 418 static int key_do_get_translated_port(struct secashead *, struct secasvar *, u_int); 445 static struct secashead *key_newsah(struct secasindex *, ifnet_t, u_int, u_int8_t, u_int16_t); 447 const struct sadb_msghdr *, struct secashead *, int *, 449 static struct secashead *key_getsah(struct secasindex *, u_int16_t); 452 static struct secasvar *key_getsavbyspi(struct secashead *, u_int32_t); 588 struct secashead *sah = sav->sah; in key_get_flowid() 885 struct secashead *sah; in key_alloc_outbound_sav_for_interface() [all …]
|
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | esp_output.c | 410 struct secashead *sah = sav->sah; in esp_output()
|