Searched refs:sc_iss (Results 1 – 2 of 2) sorted by relevance
62 tcp_seq sc_iss; /* our ISS */ member
744 if (ntohl(th_seq) != sc->sc_iss) in syncache_unreach()1019 tp->iss = sc->sc_iss; in syncache_socket()1358 if (th->th_ack != sc->sc_iss + 1) { in syncache_expand()1361 "rejected\n", s, __func__, th->th_ack, sc->sc_iss); in syncache_expand()1792 sc->sc_iss = syncookie_generate(sch, sc); in syncache_add()1794 sc->sc_iss = arc4random(); in syncache_add()1798 sc->sc_flowlabel = sc->sc_iss; in syncache_add()1955 th->th_seq = htonl(sc->sc_iss); in syncache_respond()1957 th->th_seq = htonl(sc->sc_iss + 1); in syncache_respond()2331 sc->sc_iss = ack; in syncookie_lookup()[all …]