Lines Matching refs:syn_cache
205 static struct syn_cache *
208 static int syn_cache_respond(struct syn_cache *);
268 syn_cache_timer_arm(struct syn_cache *sc) in syn_cache_timer_arm()
281 syn_cache_rm(struct syn_cache *sc) in syn_cache_rm()
293 syn_cache_put(struct syn_cache *sc) in syn_cache_put()
308 pool_init(&syn_cache_pool, sizeof(struct syn_cache), 0, 0, 0, in syn_cache_init()
317 syn_cache_insert(struct syn_cache *sc, struct tcpcb *tp) in syn_cache_insert()
320 struct syn_cache *sc2; in syn_cache_insert()
421 struct syn_cache *sc = arg; in syn_cache_timer()
480 struct syn_cache *sc, *nsc; in syn_cache_cleanup()
504 static struct syn_cache *
508 struct syn_cache *sc; in syn_cache_lookup()
558 struct syn_cache *sc; in syn_cache_get()
805 struct syn_cache *sc; in syn_cache_reset()
828 struct syn_cache *sc; in syn_cache_unreach()
883 struct syn_cache *sc; in syn_cache_add()
962 memset(sc, 0, sizeof(struct syn_cache)); in syn_cache_add()
1075 syn_cache_respond(struct syn_cache *sc) in syn_cache_respond()