Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_syncache.c324 struct syncache_head *sch; in syncache_destroy()
420 syncache_drop(struct syncache *sc, struct syncache_head *sch) in syncache_drop()
472 struct syncache_head *sch = (struct syncache_head *)xsch; in syncache_timer()
571 static struct syncache_head *
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()
[all …]
H A Dtcp_syncache.h100 struct syncache_head { struct
124 struct syncache_head *hashbase; argument