Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_syncache.c122 static void syncache_drop(struct syncache *, struct syncache_head *);
124 static void syncache_insert(struct syncache *, struct syncache_head *);
129 static void syncache_timeout(struct syncache *sc, struct syncache_head *sch,
135 static tcp_seq syncookie_generate(struct syncache_head *, struct syncache *);
137 const struct syncache_head *, struct syncache *,
145 const struct syncache_head *, struct syncache *,
274 sizeof(struct syncache_head), M_SYNCACHE, M_WAITOK | M_ZERO); in syncache_init()
319 struct syncache_head *sch; in syncache_destroy()
368 syncache_insert(struct syncache *sc, struct syncache_head *sch) in syncache_insert()
415 syncache_drop(struct syncache *sc, struct syncache_head *sch) in syncache_drop()
[all …]
H A Dtcp_syncache.h99 struct syncache_head { struct
123 struct syncache_head *hashbase; argument