Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_syncache.c231 if (sc->sc_ipopts) in syncache_free()
232 (void)m_free(sc->sc_ipopts); in syncache_free()
891 inp->inp_options = sc->sc_ipopts; in syncache_socket()
892 sc->sc_ipopts = NULL; in syncache_socket()
1522 if (sc->sc_ipopts) in syncache_add()
1523 (void)m_free(sc->sc_ipopts); in syncache_add()
1524 sc->sc_ipopts = ipopts; in syncache_add()
1634 sc->sc_ipopts = ipopts; in syncache_add()
2038 error = ip_output(m, sc->sc_ipopts, NULL, 0, NULL, NULL); in syncache_respond()
2290 sc->sc_ipopts = NULL; in syncookie_lookup()
H A Dtcp_syncache.h62 struct mbuf *sc_ipopts; /* source route */ member