Searched refs:secpolicyindex (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.141.1/bsd/netkey/ |
| H A D | key_debug.h | 71 struct secpolicyindex; 77 extern void kdebug_secpolicyindex(struct secpolicyindex *);
|
| H A D | key.h | 46 struct secpolicyindex; 58 extern struct secpolicy *key_allocsp(struct secpolicyindex *, u_int);
|
| H A D | key.c | 362 bzero((idx), sizeof(struct secpolicyindex)); \ 407 static struct secpolicy *key_getsp(struct secpolicyindex *); 467 static int key_cmpspidx_exactly(struct secpolicyindex *, 468 struct secpolicyindex *); 469 static int key_cmpspidx_withmask(struct secpolicyindex *, 470 struct secpolicyindex *); 502 static struct secspacq *key_newspacq(struct secpolicyindex *); 503 static struct secspacq *key_getspacq(struct secpolicyindex *); 717 struct secpolicyindex *spidx, in key_allocsp() 801 struct secpolicyindex spidx; in key_gettunnel() [all …]
|
| H A D | key_debug.c | 568 struct secpolicyindex *spidx; in kdebug_secpolicyindex()
|
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | ipsec.h | 65 struct secpolicyindex { struct 88 struct secpolicyindex spidx; /* selector */ argument 140 struct secpolicyindex spidx;
|
| H A D | ipsec.c | 237 static int ipsec_setspidx_interface(struct secpolicyindex *, u_int8_t, struct mbuf *, 239 static int ipsec_setspidx_mbuf(struct secpolicyindex *, u_int8_t, u_int, 243 static int ipsec_setspidx(struct mbuf *, struct secpolicyindex *, int, int); 244 static void ipsec4_get_ulp(struct mbuf *m, struct secpolicyindex *, int); 245 static int ipsec4_setspidx_ipaddr(struct mbuf *, struct secpolicyindex *); 246 static void ipsec6_get_ulp(struct mbuf *m, struct secpolicyindex *, int); 247 static int ipsec6_setspidx_ipaddr(struct mbuf *, struct secpolicyindex *); 527 struct secpolicyindex spidx; in ipsec4_getpolicybyaddr() 583 struct secpolicyindex spidx; in ipsec4_getpolicybyinterface() 840 struct secpolicyindex spidx; in ipsec6_getpolicybyaddr() [all …]
|