Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet/
Dtcp_input.c3201 m_free(sc->sc_ipopts); in syn_cache_put()
3607 inp->inp_options = sc->sc_ipopts; in syn_cache_get()
3608 sc->sc_ipopts = NULL; in syn_cache_get()
3882 m_free(sc->sc_ipopts); in syn_cache_add()
3883 sc->sc_ipopts = ipopts; in syn_cache_add()
3911 sc->sc_ipopts = ipopts; in syn_cache_add()
4197 error = ip_output(m, sc->sc_ipopts, &sc->sc_route, in syn_cache_respond()
Dtcp_var.h275 struct mbuf *sc_ipopts; /* [N] IP options */ member