Lines Matching defs:seqnum
1740 tcp_disconnect_common(tcp_t *tcp, t_scalar_t seqnum)
1762 if (seqnum == -1 || tcp->tcp_conn_req_max == 0) {
1765 * According to TPI, for non-listeners, ignore seqnum
1767 * Following interpretation of -1 seqnum is historical
1769 * a valid seqnum should not be -1).
1854 } else if (!tcp_eager_blowoff(tcp, seqnum)) {
1862 * that tcp_input_listener() marked with 'seqnum'. Rejection consists
1868 t_scalar_t seqnum;
1877 seqnum = ((struct T_discon_req *)mp->b_rptr)->SEQ_number;
1878 error = tcp_disconnect_common(tcp, seqnum);