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

  /src/sys/netinet/
tcp_syncache.h 161 struct syn_cache { struct
162 TAILQ_ENTRY(syn_cache) sc_bucketq; /* link on bucket list */
193 LIST_ENTRY(syn_cache) sc_tpq; /* list of entries by same tp */
197 TAILQ_HEAD(, syn_cache) sch_bucket; /* bucket entries */
214 void syn_cache_insert(struct syn_cache *, struct tcpcb *);
tcp_syncache.h 161 struct syn_cache { struct
162 TAILQ_ENTRY(syn_cache) sc_bucketq; /* link on bucket list */
193 LIST_ENTRY(syn_cache) sc_tpq; /* list of entries by same tp */
197 TAILQ_HEAD(, syn_cache) sch_bucket; /* bucket entries */
214 void syn_cache_insert(struct syn_cache *, struct tcpcb *);
tcp_syncache.h 161 struct syn_cache { struct
162 TAILQ_ENTRY(syn_cache) sc_bucketq; /* link on bucket list */
193 LIST_ENTRY(syn_cache) sc_tpq; /* list of entries by same tp */
197 TAILQ_HEAD(, syn_cache) sch_bucket; /* bucket entries */
214 void syn_cache_insert(struct syn_cache *, struct tcpcb *);

Completed in 34 milliseconds