Lines Matching refs:scs
1057 struct syncache scs; in syncache_expand() local
1114 bzero(&scs, sizeof(scs)); in syncache_expand()
1115 sc = syncookie_lookup(inc, sch, &scs, th, to, *lsop, port); in syncache_expand()
1292 if (sc != &scs) in syncache_expand()
1298 if (sc != &scs) in syncache_expand()
1377 struct syncache scs; in syncache_add() local
1576 bzero(&scs, sizeof(scs)); in syncache_add()
1577 sc = &scs; in syncache_add()
1596 bzero(&scs, sizeof(scs)); in syncache_add()
1597 sc = &scs; in syncache_add()
1629 if (sc != &scs && !V_tcp_syncache.see_other) in syncache_add()
1743 if (sc != &scs) in syncache_add()
1748 if (sc != &scs) in syncache_add()
1769 if (sc == NULL || sc == &scs) { in syncache_add()
2355 struct syncache scs, *scx; in syncookie_cmp() local
2358 bzero(&scs, sizeof(scs)); in syncookie_cmp()
2359 scx = syncookie_lookup(inc, sch, &scs, th, to, lso, port); in syncookie_cmp()