Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_pcb.c3304 struct inpcb *ip_pcb; in sctp_inpcb_free() local
3352 ip_pcb = &inp->ip_inp.inp; /* we could just cast the main pointer in sctp_inpcb_free()
3648 ipsec_delete_pcbpolicy(ip_pcb); in sctp_inpcb_free()
3653 if (ip_pcb->inp_options) { in sctp_inpcb_free()
3654 (void)sctp_m_free(ip_pcb->inp_options); in sctp_inpcb_free()
3655 ip_pcb->inp_options = 0; in sctp_inpcb_free()
3658 if (ip_pcb->inp_vflag & INP_IPV6) { in sctp_inpcb_free()
3665 ip_pcb->inp_vflag = 0; in sctp_inpcb_free()