Searched refs:syncache_lookup (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dtcp_syncache.c122 struct syncache *syncache_lookup(struct in_conninfo *, struct syncache_head **);
475 syncache_lookup(struct in_conninfo *inc, struct syncache_head **schp) function
528 sc = syncache_lookup(inc, &sch); /* returns locked sch */
601 sc = syncache_lookup(inc, &sch); /* returns locked sch */
616 sc = syncache_lookup(inc, &sch); /* returns locked sch */
928 sc = syncache_lookup(inc, &sch); /* returns locked sch */
1132 sc = syncache_lookup(inc, &sch); /* returns locked entry */

Completed in 48 milliseconds