Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_options.c604 struct mbuf **pcbopt; in ip_pcbopts() local
609 pcbopt = &inp->inp_options; in ip_pcbopts()
612 if (*pcbopt) in ip_pcbopts()
613 (void)m_free(*pcbopt); in ip_pcbopts()
614 *pcbopt = NULL; in ip_pcbopts()
692 *pcbopt = m; in ip_pcbopts()