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