Searched refs:inph_sp (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netinet/
H A Din_pcb_hdr.h84 struct inpcbpolicy *inph_sp; /* security policy */ member in struct:inpcb_hdr
H A Din_pcb.h86 #define inp_sp inp_head.inph_sp
H A Dip_output.c512 if (IPSEC_PCB_SKIP_IPSEC(sotoinpcb_hdr(so)->inph_sp,
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Din6_pcb.h89 #define in6p_sp in6p_head.inph_sp
H A Dip6_output.c257 if (IPSEC_PCB_SKIP_IPSEC(sotoinpcb_hdr(so)->inph_sp,
/netbsd-6-1-5-RELEASE/sys/netipsec/
H A Dipsec.c534 IPSEC_ASSERT(inp->inph_sp != NULL, ("null PCB policy cache"));
537 currsp = ipsec_checkpcbcache(m, /*inpcb_hdr*/inp->inph_sp, dir);

Completed in 127 milliseconds