Searched refs:sc_ipopts (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dtcp_syncache.h64 struct mbuf *sc_ipopts; /* source route */ member in struct:syncache
H A Dtcp_syncache.c213 if (sc->sc_ipopts)
214 (void) m_free(sc->sc_ipopts);
789 inp->inp_options = sc->sc_ipopts;
790 sc->sc_ipopts = NULL;
1141 if (sc->sc_ipopts)
1142 (void) m_free(sc->sc_ipopts);
1143 sc->sc_ipopts = ipopts;
1209 sc->sc_ipopts = ipopts;
1525 error = ip_output(m, sc->sc_ipopts, NULL, 0, NULL, NULL);
1754 sc->sc_ipopts
[all...]

Completed in 46 milliseconds