Home
last modified time | relevance | path

Searched defs:syn_cache (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_var.h246 struct syn_cache { struct
252 struct syn_cache_head *sc_buckethead; /* [S] our bucket index */ argument
253 struct syn_cache_set *sc_set; /* [S] our syn cache set */ argument
257 union syn_cache_sa sc_src; /* [I] */ argument
258 union syn_cache_sa sc_dst; /* [I] */ argument
282 LIST_ENTRY(syn_cache) sc_tpq; /* [S] list of entries by same tp */ argument