Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet/
Dtcp_input.c3816 struct mbuf *ipopts; in syn_cache_add() local
3860 ipopts = ip_srcroute(m); in syn_cache_add()
3863 ipopts = NULL; in syn_cache_add()
3877 if (ipopts) { in syn_cache_add()
3883 sc->sc_ipopts = ipopts; in syn_cache_add()
3897 m_free(ipopts); in syn_cache_add()
3911 sc->sc_ipopts = ipopts; in syn_cache_add()