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

/freebsd-12-stable/sys/netinet/
H A Dtcp_syncache.h98 struct syncache_head { struct
119 struct syncache_head *hashbase;
H A Dtcp_syncache.c130 static void syncache_drop(struct syncache *, struct syncache_head *);
132 static void syncache_insert(struct syncache *, struct syncache_head *);
133 static int syncache_respond(struct syncache *, struct syncache_head *,
137 static void syncache_timeout(struct syncache *sc, struct syncache_head *sch,
143 static tcp_seq syncookie_generate(struct syncache_head *, struct syncache *);
145 *syncookie_lookup(struct in_conninfo *, struct syncache_head *,
150 static int syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch,
273 sizeof(struct syncache_head), M_SYNCACHE, M_WAITOK | M_ZERO);
310 struct syncache_head *sch;
348 * Locks and unlocks the syncache_head autonomousl
[all...]

Completed in 109 milliseconds