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

/freebsd-9.3-release/sys/netinet/
H A Dtcp_syncache.h63 tcp_seq sc_iss; /* our ISS */ member in struct:syncache
H A Dtcp_syncache.c621 /* If the sequence number != sc_iss, then it's a bogus ICMP msg */
622 if (ntohl(th->th_seq) != sc->sc_iss)
818 tp->iss = sc->sc_iss;
976 if (th->th_ack != sc->sc_iss + 1) {
979 "rejected\n", s, __func__, th->th_ack, sc->sc_iss);
1223 sc->sc_iss = arc4random();
1432 th->th_seq = htonl(sc->sc_iss);
1651 off = sc->sc_iss & 0x7; /* iss was randomized before */
1675 sc->sc_iss = data;
1757 sc->sc_iss
[all...]

Completed in 45 milliseconds