Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_syncache.c233 if (sc->sc_ipopts) in syncache_free()
234 (void) m_free(sc->sc_ipopts); in syncache_free()
836 inp->inp_options = sc->sc_ipopts; in syncache_socket()
837 sc->sc_ipopts = NULL; in syncache_socket()
1452 if (sc->sc_ipopts) in syncache_add()
1453 (void) m_free(sc->sc_ipopts); in syncache_add()
1454 sc->sc_ipopts = ipopts; in syncache_add()
1540 sc->sc_ipopts = ipopts; in syncache_add()
1902 error = ip_output(m, sc->sc_ipopts, NULL, 0, NULL, NULL); in syncache_respond()
2158 sc->sc_ipopts = NULL; in syncookie_lookup()
Dtcp_syncache.h63 struct mbuf *sc_ipopts; /* source route */ member