Searched refs:secpolicyindex (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.140.41/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 | 359 bzero((idx), sizeof(struct secpolicyindex)); \ 404 static struct secpolicy *key_getsp(struct secpolicyindex *); 463 static int key_cmpspidx_exactly(struct secpolicyindex *, 464 struct secpolicyindex *); 465 static int key_cmpspidx_withmask(struct secpolicyindex *, 466 struct secpolicyindex *); 498 static struct secspacq *key_newspacq(struct secpolicyindex *); 499 static struct secspacq *key_getspacq(struct secpolicyindex *); 613 struct secpolicyindex *spidx, in key_allocsp() 700 struct secpolicyindex spidx; in key_gettunnel() [all …]
|
| H A D | key_debug.c | 568 struct secpolicyindex *spidx; in kdebug_secpolicyindex()
|
| /xnu-8020.140.41/bsd/netinet6/ |
| H A D | ipsec.h | 64 struct secpolicyindex { struct 87 struct secpolicyindex spidx; /* selector */ argument 139 struct secpolicyindex spidx;
|
| H A D | ipsec.c | 235 static int ipsec_setspidx_interface(struct secpolicyindex *, u_int8_t, struct mbuf *, 237 static int ipsec_setspidx_mbuf(struct secpolicyindex *, u_int8_t, u_int, 241 static int ipsec_setspidx(struct mbuf *, struct secpolicyindex *, int, int); 242 static void ipsec4_get_ulp(struct mbuf *m, struct secpolicyindex *, int); 243 static int ipsec4_setspidx_ipaddr(struct mbuf *, struct secpolicyindex *); 244 static void ipsec6_get_ulp(struct mbuf *m, struct secpolicyindex *, int); 245 static int ipsec6_setspidx_ipaddr(struct mbuf *, struct secpolicyindex *); 525 struct secpolicyindex spidx; in ipsec4_getpolicybyaddr() 581 struct secpolicyindex spidx; in ipsec4_getpolicybyinterface() 838 struct secpolicyindex spidx; in ipsec6_getpolicybyaddr() [all …]
|