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

/freebsd-12-stable/sys/netinet/
H A Dtcp_syncache.h63 struct mbuf *sc_ipopts; /* source route */ member in struct:syncache
H A Dtcp_syncache.c233 if (sc->sc_ipopts)
234 (void) m_free(sc->sc_ipopts);
848 inp->inp_options = sc->sc_ipopts;
849 sc->sc_ipopts = NULL;
1464 if (sc->sc_ipopts)
1465 (void) m_free(sc->sc_ipopts);
1466 sc->sc_ipopts = ipopts;
1552 sc->sc_ipopts = ipopts;
1914 error = ip_output(m, sc->sc_ipopts, NULL, 0, NULL, NULL);
2170 sc->sc_ipopts
[all...]

Completed in 103 milliseconds