Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dtcp_syncache.c123 static void syncache_drop(struct syncache *, struct syncache_head *);
124 static void syncache_free(struct syncache *);
125 static void syncache_insert(struct syncache *, struct syncache_head *);
126 static struct syncache *syncache_lookup(struct in_conninfo *,
128 static int syncache_respond(struct syncache *, struct mbuf *);
129 static struct socket *syncache_socket(struct syncache *, struct socket *,
132 static u_int32_t syncookie_generate(struct syncache *);
133 static struct syncache *syncookie_lookup(struct in_conninfo *,
162 TAILQ_HEAD(, syncache) list;
175 SYSCTL_NODE(_net_inet_tcp, OID_AUTO, syncache, CTLFLAG_RW, 0, "TCP SYN cache");
[all …]
H A Dtcp_var.h503 struct syncache { struct
531 TAILQ_ENTRY(syncache) sc_hash; argument
532 TAILQ_ENTRY(syncache) sc_timerq;
536 TAILQ_HEAD(, syncache) sch_bucket;