541: #ifdef TCPREASS_DEBUG
542: printf("tcp_reass[%p]: concat %u:%u(%u) to %u:%u(%u)\n",
543: tp, pkt_seq, pkt_seq + pkt_len, pkt_len,
611: #ifdef TCPREASS_DEBUG
612: printf("tcp_reass[%p]: trim starting %d bytes of %u:%u(%u)\n",
613: tp, overlap,
636: #ifdef TCPREASS_DEBUG
637: printf("tcp_reass[%p]: trim trailing %d bytes of %u:%u(%u)\n",
638: tp, overlap,
653: #ifdef TCPREASS_DEBUG
654: printf("tcp_reass[%p]: append %u:%u(%u) to %u:%u(%u)\n",
655: tp, q->ipqe_seq, q->ipqe_seq + q->ipqe_len, q->ipqe_len,
753: if (tiqe->ipqe_seq != tp->rcv_nxt)
754: printf("tcp_reass[%p]: insert %u:%u(%u) at front\n",
755: tp, pkt_seq, pkt_seq + pkt_len, pkt_len);
759: #ifdef TCPREASS_DEBUG
760: printf("tcp_reass[%p]: insert %u:%u(%u) after %u:%u(%u)\n",
761: tp, pkt_seq, pkt_seq + pkt_len, pkt_len,
3740: if (ipsec_copy_pcbpolicy(sotoinpcb(oso)->inp_sp, inp->inp_sp))
3741: printf("tcp_input: could not copy policy\n");
3742: }
3747: in6p->in6p_sp))
3748: printf("tcp_input: could not copy policy\n");
3749: }