Home
last modified time | relevance | path

Searched refs:syn_cache_head (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/netinet/
Dtcp_var.h252 struct syn_cache_head *sc_buckethead; /* [S] our bucket index */
285 struct syn_cache_head { struct
291 struct syn_cache_head *scs_buckethead; /* [S] */ argument
Dtcp_input.c197 const struct sockaddr *, struct syn_cache_head **, u_int);
3214 sizeof(struct syn_cache_head), M_SYNCACHE, M_WAITOK|M_ZERO); in syn_cache_init()
3216 sizeof(struct syn_cache_head), M_SYNCACHE, M_WAITOK|M_ZERO); in syn_cache_init()
3233 struct syn_cache_head *scp; in syn_cache_insert()
3252 syn_cache_head), M_SYNCACHE, M_NOWAIT|M_ZERO); in syn_cache_insert()
3259 sizeof(struct syn_cache_head)); in syn_cache_insert()
3302 struct syn_cache_head *scp2, *sce; in syn_cache_insert()
3473 struct syn_cache_head **headp, u_int rtableid) in syn_cache_lookup()
3477 struct syn_cache_head *scp; in syn_cache_lookup()
3534 struct syn_cache_head *scp; in syn_cache_get()
[all …]