Searched refs:syncache_head (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/netinet/ |
| D | tcp_syncache.c | 124 static void syncache_drop(struct syncache *, struct syncache_head *); 126 static void syncache_insert(struct syncache *, struct syncache_head *); 131 static void syncache_timeout(struct syncache *sc, struct syncache_head *sch, 137 static tcp_seq syncookie_generate(struct syncache_head *, struct syncache *); 139 *syncookie_lookup(struct in_conninfo *, struct syncache_head *, 144 static int syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch, 265 sizeof(struct syncache_head), M_SYNCACHE, M_WAITOK | M_ZERO); in syncache_init() 302 struct syncache_head *sch; in syncache_destroy() 348 syncache_insert(struct syncache *sc, struct syncache_head *sch) in syncache_insert() 394 syncache_drop(struct syncache *sc, struct syncache_head *sch) in syncache_drop() [all …]
|
| D | tcp_syncache.h | 96 struct syncache_head { struct 117 struct syncache_head *hashbase; argument
|
| /freebsd-10-stable/ |
| D | UPDATING | 1513 socket, ifnet, inpcbinfo, tcpcb, syncache_head, vnet_inet,
|