Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.c3194 struct inpcb *ip_pcb; in sctp_inpcb_free() local
3236 ip_pcb = &inp->ip_inp.inp; /* we could just cast the main pointer in sctp_inpcb_free()
3501 if (ip_pcb->inp_options) { in sctp_inpcb_free()
3502 (void)sctp_m_free(ip_pcb->inp_options); in sctp_inpcb_free()
3503 ip_pcb->inp_options = 0; in sctp_inpcb_free()
3506 if (ip_pcb->inp_vflag & INP_IPV6) { in sctp_inpcb_free()
3507 ip6_freepcbopts(ip_pcb->in6p_outputopts); in sctp_inpcb_free()
3510 ip_pcb->inp_vflag = 0; in sctp_inpcb_free()