Searched refs:txtp (Results 1 – 4 of 4) sorted by relevance
154 if (qos) qos->txtp.traffic_class = qos->rxtp.traffic_class = traffic_class; in text2qos()157 if (params(&text,qos ? &qos->txtp : NULL,qos ? &qos->rxtp : NULL)) in text2qos()163 if (qos) qos->txtp.traffic_class = ATM_NONE; in text2qos()167 if (params(&text,qos ? &qos->txtp : NULL,NULL)) return -1; in text2qos()
142 qos.txtp.traffic_class = qos.rxtp.traffic_class = ATM_UBR; in connect_pppoatm()147 qos.txtp.max_sdu = lcp_allowoptions[0].mru + pppoatm_overhead(); in connect_pppoatm()
161 struct atm_trafprm txtp; /* parameters in TX direction */ member