Lines Matching defs:rxtp
192 struct atm_trafprm rxtp;
1287 if (atm_vcc->qos.rxtp.traffic_class != ATM_NONE) {
1289 if (rx_len <= atm_vcc->qos.rxtp.max_sdu) {
2100 struct atm_trafprm * rxtp;
2330 rxtp = &qos->rxtp;
2335 if (rxtp->traffic_class != ATM_NONE) {
2336 error = check_max_sdu (vcc.aal, rxtp, max_rx_size);
2341 switch (rxtp->traffic_class) {
2354 int pcr = atm_pcr_goal (rxtp);
2365 error = atm_pcr_check (rxtp, vcc.rx_rate);
2374 // int scr = atm_scr_goal (rxtp);
2386 // error = atm_scr_check (rxtp, vcc.rx_rate);
2452 if (rxtp->traffic_class != ATM_NONE) {
2505 if (atm_vcc->qos.rxtp.traffic_class != ATM_NONE) {