Searched refs:sp_out (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.c369 currsp = pcbsp->sp_out;
617 currsp = pcbsp->sp_out;
858 if (pcb->inp_sp->sp_out == NULL || pcb->inp_sp->sp_in == NULL)
862 bzero(&pcb->inp_sp->sp_out->spidx, sizeof(*spidx));
870 spidx = &pcb->inp_sp->sp_out->spidx;
880 bzero(&pcb->inp_sp->sp_out->spidx, sizeof(*spidx));
898 if (pcb->in6p_sp->sp_out == NULL || pcb->in6p_sp->sp_in == NULL)
902 bzero(&pcb->in6p_sp->sp_out->spidx, sizeof(*spidx));
910 spidx = &pcb->in6p_sp->sp_out->spidx;
920 bzero(&pcb->in6p_sp->sp_out
[all...]
H A Dipsec.h122 struct secpolicy *sp_out; member in struct:inpcbpolicy
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c1442 key_freesp_so(&pcb->inp_sp->sp_out);
1456 key_freesp_so(&pcb->inp_sp->sp_out);
1464 key_freesp_so(&pcb->in6p_sp->sp_out);

Completed in 32 milliseconds