Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dip_options.c603 struct mbuf **pcbopt; in ip_pcbopts() local
608 pcbopt = &inp->inp_options; in ip_pcbopts()
611 if (*pcbopt) in ip_pcbopts()
612 (void)m_free(*pcbopt); in ip_pcbopts()
613 *pcbopt = NULL; in ip_pcbopts()
691 *pcbopt = m; in ip_pcbopts()