Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.h63 struct mbuf *sc_ipopts; /* source route */ member
H A Dtcp_syncache.c235 if (sc->sc_ipopts) in syncache_free()
236 (void) m_free(sc->sc_ipopts); in syncache_free()
985 inp->inp_options = sc->sc_ipopts; in syncache_socket()
986 sc->sc_ipopts = NULL; in syncache_socket()
1610 if (sc->sc_ipopts) in syncache_add()
1611 (void) m_free(sc->sc_ipopts); in syncache_add()
1612 sc->sc_ipopts = ipopts; in syncache_add()
1710 sc->sc_ipopts = ipopts; in syncache_add()
2076 error = ip_output(m, sc->sc_ipopts, NULL, 0, NULL, NULL); in syncache_respond()
2328 sc->sc_ipopts = NULL; in syncookie_lookup()