Lines Matching refs:syncache_head

129 static void	 syncache_drop(struct syncache *, struct syncache_head *);
131 static void syncache_insert(struct syncache *, struct syncache_head *);
135 static void syncache_timeout(struct syncache *sc, struct syncache_head *sch,
141 static tcp_seq syncookie_generate(struct syncache_head *, struct syncache *);
143 *syncookie_lookup(struct in_conninfo *, struct syncache_head *,
150 static int syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch,
279 sizeof(struct syncache_head), M_SYNCACHE, M_WAITOK | M_ZERO); in syncache_init()
324 struct syncache_head *sch; in syncache_destroy()
373 syncache_insert(struct syncache *sc, struct syncache_head *sch) in syncache_insert()
420 syncache_drop(struct syncache *sc, struct syncache_head *sch) in syncache_drop()
444 syncache_timeout(struct syncache *sc, struct syncache_head *sch, int docallout) in syncache_timeout()
472 struct syncache_head *sch = (struct syncache_head *)xsch; in syncache_timer()
571 static struct syncache_head *
594 syncache_lookup(struct in_conninfo *inc, struct syncache_head **schp) in syncache_lookup()
597 struct syncache_head *sch; in syncache_lookup()
622 struct syncache_head *sch; in syncache_chkrst()
732 struct syncache_head *sch; in syncache_badack()
749 struct syncache_head *sch; in syncache_unreach()
1066 struct syncache_head *sch; in syncache_expand()
1376 struct syncache_head *sch; in syncache_add()
2210 syncookie_generate(struct syncache_head *sch, struct syncache *sc) in syncookie_generate()
2265 syncookie_lookup(struct in_conninfo *inc, struct syncache_head *sch, in syncookie_lookup()
2361 syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch, in syncookie_cmp()
2533 struct syncache_head *sch; in syncache_pcblist()