Searched refs:syncache (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/netinet/
H A Dtcp_syncache.h52 struct syncache { struct
53 TAILQ_ENTRY(syncache) sc_hash;
96 TAILQ_HEAD(sch_head, syncache) sch_bucket;
H A Dtcp_syncache.c109 "Use TCP SYN cookies if the syncache overflows");
121 static void syncache_drop(struct syncache *, struct syncache_head *);
122 static void syncache_free(struct syncache *);
123 static void syncache_insert(struct syncache *, struct syncache_head *);
124 static int syncache_respond(struct syncache *);
125 static struct socket *syncache_socket(struct syncache *, struct socket *,
128 static void syncache_timeout(struct syncache *sc, struct syncache_head *sch,
134 static tcp_seq syncookie_generate(struct syncache_head *, struct syncache *);
135 static struct syncache
137 struct syncache *, struc
[all...]
/freebsd-10.2-release/share/man/man4/
H A DMakefile487 syncache.4 \
686 MLINKS+=syncache.4 syncookies.4

Completed in 101 milliseconds