Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dtcp_syncache.c310 struct syncache_head *sch; in syncache_destroy()
351 syncache_insert(struct syncache *sc, struct syncache_head *sch) in syncache_insert()
398 syncache_drop(struct syncache *sc, struct syncache_head *sch) in syncache_drop()
450 struct syncache_head *sch = (struct syncache_head *)xsch; in syncache_timer()
516 struct syncache_head *sch; in syncache_lookup()
552 struct syncache_head *sch; in syncache_chkrst()
656 struct syncache_head *sch; in syncache_badack()
671 struct syncache_head *sch; in syncache_unreach()
1027 struct syncache_head *sch; in syncache_expand()
1314 struct syncache_head *sch; in syncache_add()
[all …]
H A Dtcp_syncache.h94 struct syncache_head { struct
115 struct syncache_head *hashbase; argument