HomeSort by: relevance | last modified time | path
    Searched defs:syn_cache_put (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
tcp_syncache.c 293 syn_cache_put(struct syn_cache *sc) function in typeref:typename:void
357 syn_cache_put(sc2); /* calls pool_put but see spl above */
391 syn_cache_put(sc2); /* calls pool_put but see spl above */
493 syn_cache_put(sc); /* calls pool_put but see spl above */
777 syn_cache_put(sc);
790 syn_cache_put(sc);
820 syn_cache_put(sc); /* calls pool_put but see spl above */
859 syn_cache_put(sc); /* calls pool_put but see spl above */
1057 * syn_cache_put() will try to schedule the timer, so
1061 syn_cache_put(sc)
    [all...]

Completed in 12 milliseconds