Searched refs:secpolicyindex (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/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 | 387 bzero((idx), sizeof(struct secpolicyindex)); \ 432 static struct secpolicy *key_getsp(struct secpolicyindex *); 491 static int key_cmpspidx_exactly(struct secpolicyindex *, 492 struct secpolicyindex *); 493 static int key_cmpspidx_withmask(struct secpolicyindex *, 494 struct secpolicyindex *); 526 static struct secspacq *key_newspacq(struct secpolicyindex *); 527 static struct secspacq *key_getspacq(struct secpolicyindex *); 641 struct secpolicyindex *spidx, in key_allocsp() 728 struct secpolicyindex spidx; in key_gettunnel() [all …]
|
| H A D | key_debug.c | 568 struct secpolicyindex *spidx; in kdebug_secpolicyindex()
|
| /xnu-8019.80.24/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 …]
|