Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_options.c605 struct mbuf **pcbopt; in ip_pcbopts() local
610 pcbopt = &inp->inp_options; in ip_pcbopts()
613 if (*pcbopt) in ip_pcbopts()
614 (void)m_free(*pcbopt); in ip_pcbopts()
615 *pcbopt = NULL; in ip_pcbopts()
693 *pcbopt = m; in ip_pcbopts()