Home
last modified time | relevance | path

Searched refs:ip_pcb (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/netinet/
HDsctp_pcb.c3300 struct inpcb *ip_pcb; in sctp_inpcb_free() local
3348 ip_pcb = &inp->ip_inp.inp; /* we could just cast the main pointer in sctp_inpcb_free()
3643 ipsec_delete_pcbpolicy(ip_pcb); in sctp_inpcb_free()
3645 if (ip_pcb->inp_options) { in sctp_inpcb_free()
3646 (void)sctp_m_free(ip_pcb->inp_options); in sctp_inpcb_free()
3647 ip_pcb->inp_options = 0; in sctp_inpcb_free()
3650 if (ip_pcb->inp_vflag & INP_IPV6) { in sctp_inpcb_free()
3657 ip_pcb->inp_vflag = 0; in sctp_inpcb_free()