Home | History | Annotate | Download | only in libipsec

Lines Matching refs:spidx

573 	kdebug_secpolicyindex(&sp->spidx);
612 kdebug_secpolicyindex(spidx)
613 struct secpolicyindex *spidx;
616 if (spidx == NULL)
620 spidx->dir, spidx->prefs, spidx->prefd, spidx->ul_proto);
622 ipsec_hexdump((caddr_t)&spidx->src,
623 sysdep_sa_len((struct sockaddr *)&spidx->src));
625 ipsec_hexdump((caddr_t)&spidx->dst,
626 sysdep_sa_len((struct sockaddr *)&spidx->dst));