Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.c320 struct syncache_head *sch; in syncache_destroy()
416 syncache_drop(struct syncache *sc, struct syncache_head *sch) in syncache_drop()
468 struct syncache_head *sch = (struct syncache_head *)xsch; in syncache_timer()
561 static struct syncache_head *
587 struct syncache_head *sch; in syncache_lookup()
611 struct syncache_head *sch; in syncache_chkrst()
717 struct syncache_head *sch; in syncache_badack()
734 struct syncache_head *sch; in syncache_unreach()
1144 struct syncache_head *sch; in syncache_expand()
1452 struct syncache_head *sch; in syncache_add()
[all …]
H A Dtcp_syncache.h98 struct syncache_head { struct
122 struct syncache_head *hashbase; argument