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

/freebsd-10.3-release/sys/netinet/
H A Dtcp_syncache.h96 struct syncache_head { struct
116 struct syncache_head *hashbase;
H A Dtcp_syncache.c124 static void syncache_drop(struct syncache *, struct syncache_head *);
126 static void syncache_insert(struct syncache *, struct syncache_head *);
131 static void syncache_timeout(struct syncache *sc, struct syncache_head *sch,
137 static tcp_seq syncookie_generate(struct syncache_head *, struct syncache *);
139 *syncookie_lookup(struct in_conninfo *, struct syncache_head *,
144 static int syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch,
265 sizeof(struct syncache_head), M_SYNCACHE, M_WAITOK | M_ZERO);
300 struct syncache_head *sch;
343 * Locks and unlocks the syncache_head autonomously.
346 syncache_insert(struct syncache *sc, struct syncache_head *sc
[all...]

Completed in 49 milliseconds