Home
last modified time | relevance | path

Searched refs:TP_PM_MAX (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/netiso/
H A Dtp_stat.h165 #define TP_PM_MAX 0xa /* 10 decimal */ macro
191 int tps_win_lim_by_cdt[TP_PM_MAX+1];
192 int tps_win_lim_by_data[TP_PM_MAX+1];
198 int tps_sendtime[TP_PM_MAX+1];
219 int tps_ack_early[TP_PM_MAX+1];
225 int tps_cdt_acked[TP_PM_MAX+1][TP_PM_MAX+1];
H A Dtp_emit.c493 if(tmp1 > TP_PM_MAX)
494 tmp1 = TP_PM_MAX;
499 if(tmp1 > TP_PM_MAX )
500 tmp1 = TP_PM_MAX;
504 [ ((tpcb->tp_lcredit > TP_PM_MAX)?
505 TP_PM_MAX:tpcb->tp_lcredit) ] );
H A Dtp_subr.c569 if (npkts > TP_PM_MAX)
570 npkts = TP_PM_MAX;