HomeSort by: relevance | last modified time | path
    Searched refs:sc_ipopts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_syncache.h 186 struct mbuf *sc_ipopts; /* IP options */ member in struct:syn_cache
tcp_syncache.c 295 if (sc->sc_ipopts)
296 (void) m_free(sc->sc_ipopts);
459 if (sc->sc_ipopts)
460 (void) m_free(sc->sc_ipopts);
618 inp->inp_options = sc->sc_ipopts;
619 sc->sc_ipopts = NULL;
934 if (sc->sc_ipopts)
935 (void)m_free(sc->sc_ipopts);
936 sc->sc_ipopts = ipopts;
967 sc->sc_ipopts = ipopts
    [all...]

Completed in 15 milliseconds