Lines Matching refs:syncache_head
130 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); in syncache_init()
310 struct syncache_head *sch; in syncache_destroy()
351 syncache_insert(struct syncache *sc, struct syncache_head *sch) in syncache_insert()
398 syncache_drop(struct syncache *sc, struct syncache_head *sch) in syncache_drop()
422 syncache_timeout(struct syncache *sc, struct syncache_head *sch, int docallout) in syncache_timeout()
450 struct syncache_head *sch = (struct syncache_head *)xsch; in syncache_timer()
513 syncache_lookup(struct in_conninfo *inc, struct syncache_head **schp) in syncache_lookup()
516 struct syncache_head *sch; in syncache_lookup()
552 struct syncache_head *sch; in syncache_chkrst()
656 struct syncache_head *sch; in syncache_badack()
671 struct syncache_head *sch; in syncache_unreach()
1027 struct syncache_head *sch; in syncache_expand()
1314 struct syncache_head *sch; in syncache_add()
1684 syncache_respond(struct syncache *sc, struct syncache_head *sch, in syncache_respond()
2056 syncookie_generate(struct syncache_head *sch, struct syncache *sc) in syncookie_generate()
2113 syncookie_lookup(struct in_conninfo *inc, struct syncache_head *sch, in syncookie_lookup()
2208 syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch, in syncookie_cmp()
2282 struct syncache_head *sch; in syncache_pcblist()