Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_syncache.c322 struct syncache_head *sch; in syncache_destroy()
418 syncache_drop(struct syncache *sc, struct syncache_head *sch) in syncache_drop()
470 struct syncache_head *sch = (struct syncache_head *)xsch; in syncache_timer()
563 static struct syncache_head *
589 struct syncache_head *sch; in syncache_lookup()
614 struct syncache_head *sch; in syncache_chkrst()
730 struct syncache_head *sch; in syncache_badack()
747 struct syncache_head *sch; in syncache_unreach()
1090 struct syncache_head *sch; in syncache_expand()
1402 struct syncache_head *sch; in syncache_add()
[all …]
H A Dtcp_syncache.h100 struct syncache_head { struct
124 struct syncache_head *hashbase; argument